diff --git a/background.html b/background.html index ad3063e11..db453bb99 100644 --- a/background.html +++ b/background.html @@ -456,7 +456,6 @@ - diff --git a/background_test.html b/background_test.html index cbb09488c..c6a198b6e 100644 --- a/background_test.html +++ b/background_test.html @@ -456,7 +456,6 @@ - diff --git a/js/background.js b/js/background.js index 45e5fa1e5..f193f266d 100644 --- a/js/background.js +++ b/js/background.js @@ -1472,6 +1472,10 @@ return; } + if (firstRun) { + window.readyForUpdates(); + } + if (!Whisper.Registration.everDone()) { return; } diff --git a/package.json b/package.json index 91dedb27c..b6935bb8a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "session-messenger-desktop", "productName": "Session", "description": "Private messaging from your desktop", - "version": "1.0.9", + "version": "1.1.1", "license": "GPL-3.0", "author": { "name": "Loki Project", @@ -299,7 +299,7 @@ "!**/node_modules/*/build/**", "!**/*.{o,hprof,orig,pyc,pyo,rbc}", "!**/._*", - "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity}", + "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity,.map}", "node_modules/spellchecker/build/Release/*.node", "node_modules/websocket/build/Release/*.node", "node_modules/socks/build/*.js", diff --git a/test/index.html b/test/index.html index c98043693..7e9022a49 100644 --- a/test/index.html +++ b/test/index.html @@ -503,7 +503,6 @@ -