get new messages when reconnecting
This commit is contained in:
parent
52854c5a8e
commit
fb13e656b7
@ -45,6 +45,7 @@ define([
|
||||
Cryptpad.getProxy().on('reconnect', function () {
|
||||
Cryptpad.findOKButton().click();
|
||||
Cryptpad.enableMessaging(true);
|
||||
Cryptpad.getLatestMessages();
|
||||
});
|
||||
|
||||
Cryptpad.initMessaging(Cryptpad, $list, $messages);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user