mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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))
|
reactions.push_back((i != end(_reactions))
|
||||||
? std::move(*i)
|
? std::move(*i)
|
||||||
: prepareReactionWithId(id));
|
: prepareReactionWithId(id));
|
||||||
|
reactions.back().chosen = reaction->my;
|
||||||
setReactionCount(reactions.back(), reaction->count);
|
setReactionCount(reactions.back(), reaction->count);
|
||||||
}
|
}
|
||||||
_reactions = std::move(reactions);
|
_reactions = std::move(reactions);
|
||||||
|
|
Loading…
Add table
Reference in a new issue