File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 28
28
- #1640 : Add the ability to resize the occupants sidebar in MUCs
29
29
- #1666 : Allow scrolling of the OMEMO fingerprints list
30
30
- #1691 : Fix ` collection.chatbox is undefined ` errors
31
+ - #1767 : ` credentials_url ` is not called when logging out and then in again
31
32
- #1772 : ` _converse.api.contact.add(jid, nick) ` fails, says not a function
32
33
- #1792 : Fix: modals don't have scrollbars
33
34
- #1796 : Don't show "back" arrow navigation (on mobile) in the chat header when in ` singleton ` mode
Original file line number Diff line number Diff line change @@ -1411,6 +1411,7 @@ _converse.api = {
1411
1411
const complete = ( ) => {
1412
1412
// Recreate all the promises
1413
1413
Object . keys ( _converse . promises ) . forEach ( replacePromise ) ;
1414
+ delete _converse . jid
1414
1415
/**
1415
1416
* Triggered once the user has logged out.
1416
1417
* @event _converse#logout
You can’t perform that action at this time.
0 commit comments