Get install flow working in main window
// FREEBIE
This commit is contained in:
parent
beb058aed6
commit
285b5ce062
7 changed files with 1159 additions and 18 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue