mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Fix build with GCC.
This commit is contained in:
@@ -1194,7 +1194,6 @@ bool MessageReactions::change(
|
||||
}
|
||||
}
|
||||
}
|
||||
const auto selfId = owner.session().userPeerId();
|
||||
auto parsed = base::flat_map<ReactionId, std::vector<RecentReaction>>();
|
||||
for (const auto &reaction : recent) {
|
||||
reaction.match([&](const MTPDmessagePeerReaction &data) {
|
||||
|
Reference in New Issue
Block a user