mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-10-11 14:06:25 +00:00
Suggested reaction effect around the widget.
This commit is contained in:
@@ -567,7 +567,8 @@ void Story::applyFields(
|
||||
}
|
||||
}
|
||||
auto total = 0;
|
||||
if (const auto list = data.vreactions()) {
|
||||
if (const auto list = data.vreactions()
|
||||
; list && _peer->isChannel()) {
|
||||
reactionsCounts.reserve(list->v.size());
|
||||
for (const auto &reaction : list->v) {
|
||||
const auto &data = reaction.data();
|
||||
|
Reference in New Issue
Block a user