Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
ef1f16c1
Commit
ef1f16c1
authored
Jan 09, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #1767: Remove JID so that credentials_url is called...
when the user logs out and then in again
parent
72e6fb5e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
CHANGES.md
CHANGES.md
+1
-0
src/headless/converse-core.js
src/headless/converse-core.js
+1
-0
No files found.
CHANGES.md
View file @
ef1f16c1
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
-
#1640: Add the ability to resize the occupants sidebar in MUCs
-
#1640: Add the ability to resize the occupants sidebar in MUCs
-
#1666: Allow scrolling of the OMEMO fingerprints list
-
#1666: Allow scrolling of the OMEMO fingerprints list
-
#1691: Fix
`collection.chatbox is undefined`
errors
-
#1691: Fix
`collection.chatbox is undefined`
errors
-
#1767:
`credentials_url`
is not called when logging out and then in again
-
#1772:
`_converse.api.contact.add(jid, nick)`
fails, says not a function
-
#1772:
`_converse.api.contact.add(jid, nick)`
fails, says not a function
-
#1792: Fix: modals don't have scrollbars
-
#1792: Fix: modals don't have scrollbars
-
#1796: Don't show "back" arrow navigation (on mobile) in the chat header when in
`singleton`
mode
-
#1796: Don't show "back" arrow navigation (on mobile) in the chat header when in
`singleton`
mode
...
...
src/headless/converse-core.js
View file @
ef1f16c1
...
@@ -1411,6 +1411,7 @@ _converse.api = {
...
@@ -1411,6 +1411,7 @@ _converse.api = {
const
complete
=
()
=>
{
const
complete
=
()
=>
{
// Recreate all the promises
// Recreate all the promises
Object
.
keys
(
_converse
.
promises
).
forEach
(
replacePromise
);
Object
.
keys
(
_converse
.
promises
).
forEach
(
replacePromise
);
delete
_converse
.
jid
/**
/**
* Triggered once the user has logged out.
* Triggered once the user has logged out.
* @event _converse#logout
* @event _converse#logout
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment