2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Apply channel admin edition changes.

This commit is contained in:
John Preston
2017-12-02 15:07:27 +04:00
parent 675499df4d
commit 301aa9572f
6 changed files with 111 additions and 19 deletions

View File

@@ -37,6 +37,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
#include "calls/calls_instance.h"
#include "storage/storage_facade.h"
#include "storage/storage_shared_media.h"
#include "data/data_channel_admins.h"
namespace {
@@ -1025,6 +1026,7 @@ HistoryItem *History::createItem(const MTPMessage &msg, bool applyServiceAction,
mgInfo->botStatus = -1;
}
}
Data::ChannelAdminChanges(megagroup).feed(uid, false);
}
} break;