From 33284302b9932cb081558bf16d03cda6cc5ef762 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 9 Dec 2019 13:44:42 +0000 Subject: [PATCH] try & explain better --- electron_app/src/electron-main.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/electron_app/src/electron-main.js b/electron_app/src/electron-main.js index aa92bb309..44b21fac6 100644 --- a/electron_app/src/electron-main.js +++ b/electron_app/src/electron-main.js @@ -235,7 +235,9 @@ ipcMain.on('ipcCall', async function(ev, payload) { // NB. The code to call this has now been removed so this // should never be called. This code itself has been removed // 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; await migrateFromOldOrigin(); migratingOrigin = false;