Get install flow working in main window

// FREEBIE
This commit is contained in:
lilia 2017-03-30 18:11:13 -07:00 committed by Scott Nonnenberg
parent beb058aed6
commit 285b5ce062
No known key found for this signature in database
GPG key ID: A4931C09644C654B
7 changed files with 1159 additions and 18 deletions

View file

@ -96,6 +96,13 @@
Whisper.WallClockListener.init(Whisper.events);
Whisper.RotateSignedPreKeyListener.init(Whisper.events);
Whisper.ExpiringMessagesListener.init(Whisper.events);
if (Whisper.Registration.everDone()) {
openInbox();
}
if (!Whisper.Registration.isDone()) {
extension.install();
}
});
window.getSyncRequest = function() {