From 050916a56aad0aebbb8301a26fdcd8f223770238 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 15 Jan 2022 22:02:10 +0300 Subject: [PATCH] Fix userpics in more than one recent reaction. --- Telegram/SourceFiles/history/view/history_view_reactions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/history/view/history_view_reactions.cpp b/Telegram/SourceFiles/history/view/history_view_reactions.cpp index a4f2846f2..c111efc25 100644 --- a/Telegram/SourceFiles/history/view/history_view_reactions.cpp +++ b/Telegram/SourceFiles/history/view/history_view_reactions.cpp @@ -429,6 +429,7 @@ InlineListData InlineListDataFromMessage(not_null message) { || sum > kMaxRecentUserpics) { return false; } + ++b; } return true; }();