mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Get install flow working in main window
// FREEBIE
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user