Restore missing contactsync listeners
Fix installer getting stuck on "Generating Keys" // FREEBIE
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user