Skip to content

Commit

Permalink
Remove code to show upgrade screen after expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnonnenberg-signal committed Nov 16, 2018
1 parent 260c6f7 commit 4ca502d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions js/background.js
Expand Up @@ -129,13 +129,6 @@

// End of day, November 15th, 2018, Pacific Time (midnight the next day)
window.EXPIRATION_TIME = new Date('2018-11-16T08:00:00.000Z');
var timeLeft = window.EXPIRATION_TIME.getTime() - Date.now();
if (timeLeft <= 0) {
// start the migrate process, don't start up normally
return window.owsDesktopApp.getAppView().then(function(inboxView) {
inboxView.showUpgradeScreen();
});
}

if (!Whisper.Registration.isDone()) { return; }
if (Whisper.Migration.inProgress()) { return; }
Expand Down

0 comments on commit 4ca502d

Please sign in to comment.