xmpp.chapril.org-conversejs/src/headless/plugins/bookmarks
JC Brand 7bd0d9a83f Bugfix. Don't re-init bookmarks on reconnection
This causes an empty bookmarks list in the controlbox, because the
collection gets cleared (and then asynchronousy repopulated) while the
`bookmarksInitialized` promise stays `true` (resulting in a race
condition).

Alternative fix could be to clear the bookmarks and recreate the promise
before reconnecting but doesn't seem necessary to do all that work.
2021-05-07 12:27:29 +02:00
..
collection.js Refactor bookmark plugins 2021-05-07 12:27:29 +02:00
index.js Bugfix. Don't re-init bookmarks on reconnection 2021-05-07 12:27:29 +02:00
model.js Fix failing bookmark tests 2021-01-08 14:36:48 +01:00
utils.js Refactor bookmark plugins 2021-05-07 12:27:29 +02:00