mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix stories likes in groups.
This commit is contained in:
parent
41d3e16c7d
commit
20f3ef9a5b
1 changed files with 1 additions and 1 deletions
|
@ -920,7 +920,7 @@ void Controller::show(
|
|||
}
|
||||
}
|
||||
|
||||
if (peer->isSelf() || peer->isChannel() || peer->isServiceUser()) {
|
||||
if (peer->isSelf() || peer->isBroadcast() || peer->isServiceUser()) {
|
||||
_reactions->setReactionIconWidget(_recentViews->likeIconWidget());
|
||||
} else if (const auto like = _replyArea->likeAnimationTarget()) {
|
||||
_reactions->setReactionIconWidget(like);
|
||||
|
|
Loading…
Add table
Reference in a new issue