2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Beta version 3.3.2: Fix build with GCC.

This commit is contained in:
John Preston
2021-12-30 00:19:47 +03:00
parent 67fa58edc4
commit 2c20e7bb02
9 changed files with 0 additions and 30 deletions

View File

@@ -241,7 +241,6 @@ struct State {
[[nodiscard]] rpl::producer<std::vector<PeerWithReaction>> WhoReactedIds(
not_null<HistoryItem*> item,
not_null<QWidget*> context) {
auto unknown = item->history()->session().userPeerId();
auto weak = QPointer<QWidget>(context.get());
const auto session = &item->history()->session();
return [=](auto consumer) {