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