Initial version of channels/recommendations.

This commit is contained in:
John Preston
2024-04-19 14:55:39 +04:00
parent 2ab8bb13c5
commit b2d8e2a1e6
11 changed files with 807 additions and 72 deletions
@@ -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),