Fixed empty userpic in history top bar for sublist with hidden author.

This commit is contained in:
23rd
2025-12-16 07:54:18 +03:00
parent 5d6994f170
commit 6996e410d5
@@ -947,6 +947,7 @@ void TopBarWidget::refreshInfoButton() {
st::topBarInfoButton,
infoPeer->userpicShape());
info->showSavedMessagesOnSelf(true);
info->showMyNotesOnSelf(true);
_info.destroy();
_info = std::move(info);
}