Restore missing contactsync listeners
Fix installer getting stuck on "Generating Keys" // FREEBIE
This commit is contained in:
parent
ade5e593a7
commit
76cd650577
1 changed files with 10 additions and 0 deletions
|
@ -86,6 +86,16 @@
|
|||
Whisper.events.on('reconnectTimer', function() {
|
||||
appView.inboxView.networkStatusView.setSocketReconnectInterval(60000);
|
||||
});
|
||||
Whisper.events.on('contactsync', function() {
|
||||
if (appView.installView) {
|
||||
appView.openInbox();
|
||||
}
|
||||
});
|
||||
Whisper.events.on('contactsync:begin', function() {
|
||||
if (appView.installView && appView.installView.showSync) {
|
||||
appView.installView.showSync();
|
||||
}
|
||||
});
|
||||
|
||||
Whisper.Notifications.on('click', function(conversation) {
|
||||
if (conversation) {
|
||||
|
|
Loading…
Add table
Reference in a new issue