2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00
This commit is contained in:
John Preston
2014-07-14 09:17:23 +04:00
41 changed files with 1934 additions and 2152 deletions

View File

@@ -133,7 +133,7 @@ namespace App {
}
void logOut() {
MTP::send(MTPauth_LogOut(), rpcDone(&loggedOut), rpcFail(&loggedOut));
MTP::logoutKeys(rpcDone(&loggedOut), rpcFail(&loggedOut));
}
PeerId peerFromMTP(const MTPPeer &peer_id) {