mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Fix authorization import in FILE_MIGRATE case.
Regression was introduced in dd933cf61c
.
This commit is contained in:
@@ -880,7 +880,7 @@ void Instance::Private::registerRequest(
|
||||
mtpRequestId requestId,
|
||||
ShiftedDcId shiftedDcId) {
|
||||
QMutexLocker locker(&_requestByDcLock);
|
||||
_requestsByDc.emplace(requestId, shiftedDcId);
|
||||
_requestsByDc[requestId] = shiftedDcId;
|
||||
}
|
||||
|
||||
void Instance::Private::unregisterRequest(mtpRequestId requestId) {
|
||||
|
Reference in New Issue
Block a user