mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix unsetting reaction in private chats.
This commit is contained in:
parent
0a3077b9a5
commit
7658d1da3c
1 changed files with 1 additions and 0 deletions
|
@ -501,6 +501,7 @@ void BottomInfo::layoutReactionsText() {
|
|||
reactions.push_back((i != end(_reactions))
|
||||
? std::move(*i)
|
||||
: prepareReactionWithId(id));
|
||||
reactions.back().chosen = reaction->my;
|
||||
setReactionCount(reactions.back(), reaction->count);
|
||||
}
|
||||
_reactions = std::move(reactions);
|
||||
|
|
Loading…
Add table
Reference in a new issue