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

Update API scheme to layer 91.

This commit is contained in:
John Preston
2018-12-17 11:43:47 +04:00
parent 7960706e60
commit 6d9f40db30
5 changed files with 33 additions and 21 deletions

View File

@@ -269,13 +269,6 @@ void HistoryService::setMessageByAction(const MTPmessageAction &action) {
}
} break;
case mtpc_messageActionContactSignUp: {
const auto &data = action.c_messageActionContactSignUp();
if (data.is_silent()) {
_flags |= MTPDmessage::Flag::f_silent;
}
} break;
case mtpc_messageActionChatMigrateTo:
case mtpc_messageActionChannelMigrateFrom: {
_flags |= MTPDmessage_ClientFlag::f_is_group_migrate;