Display feed userpic in single column layout.

This commit is contained in:
John Preston
2018-01-30 17:31:25 +03:00
parent 9f3048c1dc
commit 5ebecb4de3
9 changed files with 189 additions and 24 deletions
+2
View File
@@ -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) {