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

prepared 0.5.7 version with serverside search and some fixes

This commit is contained in:
John Preston
2014-07-13 13:50:38 +04:00
parent a810fe258a
commit b676158117
19 changed files with 291 additions and 194 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) {