mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
enforce asynchronous callbacks in user object migration
This commit is contained in:
parent
0a68f06cc8
commit
3086eb45c5
@ -499,7 +499,7 @@ define([
|
||||
}, 500);
|
||||
progress(0, 0);*/
|
||||
}).nThen(function () {
|
||||
Realtime.whenRealtimeSyncs(store.realtime, Util.bake(cb));
|
||||
Realtime.whenRealtimeSyncs(store.realtime, Util.mkAsync(Util.bake(cb)));
|
||||
});
|
||||
};
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user