mirror of https://github.com/procxx/kepka.git
Update full channel on updateChannel.
This commit is contained in:
parent
873b77cf40
commit
f4754f210c
|
@ -4437,6 +4437,11 @@ void MainWidget::feedUpdate(const MTPUpdate &update) {
|
|||
if (const auto channel = session().data().channelLoaded(d.vchannel_id().v)) {
|
||||
channel->inviter = UserId(0);
|
||||
if (channel->amIn()) {
|
||||
if (channel->isMegagroup()
|
||||
&& !channel->amCreator()
|
||||
&& !channel->hasAdminRights()) {
|
||||
channel->updateFullForced();
|
||||
}
|
||||
const auto history = channel->owner().history(channel);
|
||||
//if (const auto feed = channel->feed()) { // #feed
|
||||
// feed->requestChatListMessage();
|
||||
|
|
Loading…
Reference in New Issue