From 6996e410d5653fd756a620fc0b87ddb9013bd779 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Tue, 16 Dec 2025 07:54:18 +0300 Subject: [PATCH] Fixed empty userpic in history top bar for sublist with hidden author. --- .../SourceFiles/history/view/history_view_top_bar_widget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp b/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp index 04056574cb..a7b32fdcdf 100644 --- a/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp +++ b/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp @@ -947,6 +947,7 @@ void TopBarWidget::refreshInfoButton() { st::topBarInfoButton, infoPeer->userpicShape()); info->showSavedMessagesOnSelf(true); + info->showMyNotesOnSelf(true); _info.destroy(); _info = std::move(info); }