mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
try & explain better
This commit is contained in:
parent
89d622b8b2
commit
33284302b9
@ -235,7 +235,9 @@ ipcMain.on('ipcCall', async function(ev, payload) {
|
|||||||
// NB. The code to call this has now been removed so this
|
// NB. The code to call this has now been removed so this
|
||||||
// should never be called. This code itself has been removed
|
// should never be called. This code itself has been removed
|
||||||
// with the migration to the riot-desktop repo, with the
|
// with the migration to the riot-desktop repo, with the
|
||||||
// expectation that this will become the new home for this code.
|
// expectation that this version will go away and be superseeded
|
||||||
|
// by the riot-desktop version, after which this version will
|
||||||
|
// be removed and all the origin migrationm code will go away.
|
||||||
migratingOrigin = true;
|
migratingOrigin = true;
|
||||||
await migrateFromOldOrigin();
|
await migrateFromOldOrigin();
|
||||||
migratingOrigin = false;
|
migratingOrigin = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user