2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 16:15:13 +00:00

Submit local Peer2PeerNobody setting to the cloud.

This commit is contained in:
John Preston
2018-11-04 20:51:59 +04:00
parent 8d27d8efcf
commit e737fa59b3
4 changed files with 22 additions and 34 deletions

View File

@@ -499,7 +499,7 @@ void Messenger::startMtp() {
}
if (_private->storedAuthSession) {
if (_authSession) {
_authSession->settings().moveFrom(
_authSession->moveSettingsFrom(
std::move(*_private->storedAuthSession));
}
_private->storedAuthSession.reset();