2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Convert to megagroup information label added to new profiles.

Tested members and admins realtime in new profiles for groups.
This commit is contained in:
John Preston
2016-06-04 00:46:45 +03:00
parent 86ba50adda
commit 855d44b9d8
11 changed files with 101 additions and 25 deletions

View File

@@ -879,7 +879,6 @@ bool MainWidget::addParticipantsFail(ChannelData *channel, const RPCError &error
void MainWidget::kickParticipant(ChatData *chat, UserData *user) {
MTP::send(MTPmessages_DeleteChatUser(chat->inputChat, user->inputUser), rpcDone(&MainWidget::sentUpdatesReceived), rpcFail(&MainWidget::kickParticipantFail, chat));
Ui::hideLayer();
Ui::showPeerHistory(chat->id, ShowAtTheEndMsgId);
}