mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-01 17:57:51 +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