mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 23:45:44 +00:00
Top peer realtime badges.
This commit is contained in:
@@ -1108,7 +1108,7 @@ void Widget::updateSuggestions(anim::type animated) {
|
||||
} else if (suggest && !_suggestions) {
|
||||
_suggestions = std::make_unique<Suggestions>(
|
||||
this,
|
||||
rpl::single(TopPeersContent(&session())));
|
||||
TopPeersContent(&session()));
|
||||
|
||||
_suggestions->topPeerChosen(
|
||||
) | rpl::start_with_next([=](PeerId id) {
|
||||
|
Reference in New Issue
Block a user