mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-03 02:33:23 +00:00
Display feed userpic in single column layout.
This commit is contained in:
@@ -203,6 +203,8 @@ void Feed::setChannels(std::vector<not_null<ChannelData*>> channels) {
|
||||
_channels.push_back(App::history(channel));
|
||||
}
|
||||
_channelsLoaded = true;
|
||||
|
||||
_parent->notifyFeedUpdated(this, FeedUpdateFlag::Channels);
|
||||
}
|
||||
|
||||
bool Feed::justSetLastMessage(not_null<HistoryItem*> item) {
|
||||
|
||||
Reference in New Issue
Block a user