Fix userpics in more than one recent reaction.

This commit is contained in:
John Preston 2022-01-15 22:02:10 +03:00
parent cdf36cc387
commit 050916a56a

View File

@ -429,6 +429,7 @@ InlineListData InlineListDataFromMessage(not_null<Message*> message) {
|| sum > kMaxRecentUserpics) {
return false;
}
++b;
}
return true;
}();