mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-03 18:49:30 +00:00
Initial version of channels/recommendations.
This commit is contained in:
@@ -1151,7 +1151,9 @@ void Widget::updateSuggestions(anim::type animated) {
|
||||
|
||||
rpl::merge(
|
||||
_suggestions->topPeerChosen(),
|
||||
_suggestions->recentPeerChosen()
|
||||
_suggestions->recentPeerChosen(),
|
||||
_suggestions->myChannelChosen(),
|
||||
_suggestions->recommendationChosen()
|
||||
) | rpl::start_with_next([=](not_null<PeerData*> peer) {
|
||||
chosenRow({
|
||||
.key = peer->owner().history(peer),
|
||||
|
||||
Reference in New Issue
Block a user