Namespace global listeners to Whisper
This commit is contained in:
parent
3c2b7c8cbd
commit
510a5cb7fe
5 changed files with 9 additions and 7 deletions
|
@ -86,9 +86,9 @@
|
|||
openInbox();
|
||||
}
|
||||
|
||||
WallClockListener.init();
|
||||
RotateSignedPreKeyListener.init();
|
||||
ExpiringMessagesListener.init();
|
||||
Whisper.WallClockListener.init();
|
||||
Whisper.RotateSignedPreKeyListener.init();
|
||||
Whisper.ExpiringMessagesListener.init();
|
||||
});
|
||||
|
||||
window.getSyncRequest = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue