mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix userpics in more than one recent reaction.
This commit is contained in:
parent
cdf36cc387
commit
050916a56a
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ InlineListData InlineListDataFromMessage(not_null<Message*> message) {
|
||||||
|| sum > kMaxRecentUserpics) {
|
|| sum > kMaxRecentUserpics) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
++b;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}();
|
}();
|
||||||
|
|
Loading…
Add table
Reference in a new issue