mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
Fix authorization import in FILE_MIGRATE case.
Regression was introduced in dd933cf61c
.
This commit is contained in:
parent
d3fdf433cd
commit
affe9defb5
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue