mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
Display check on the active account.
This commit is contained in:
@@ -243,15 +243,6 @@ MainWidget::MainWidget(
|
||||
floatPlayerClosed(itemId);
|
||||
}, lifetime());
|
||||
|
||||
// Load current userpic and keep it loaded.
|
||||
session().changes().peerFlagsValue(
|
||||
session().user(),
|
||||
Data::PeerUpdate::Flag::Photo
|
||||
) | rpl::start_with_next([=] {
|
||||
[[maybe_unused]] const auto image = session().user()->currentUserpic(
|
||||
_selfUserpicView);
|
||||
}, lifetime());
|
||||
|
||||
updateScrollColors();
|
||||
setupConnectingWidget();
|
||||
|
||||
|
Reference in New Issue
Block a user