xmpp.chapril.org-conversejs/src/shared
JC Brand bad2577e5e OMEMO Refactoring
When calling `getDeviceList`, wait for the devices to be fetched

Otherwise a race condition might occur, whereby a new device gets
created in the collection, and then removed again as the collection is
replaced with the values fetched from the browser-storage cache.

Also created `converse-omemo-fingerprints` component to asynchronously
render fingerprints in the user details modal. Was done as part of this
commit because due to `getDeviceList` being async, the relevant test for
the modal were also failing
2021-11-24 21:14:11 +01:00
..
autocomplete Use .conversejs instead of .converse-root 2021-05-06 12:21:35 +02:00
avatar Show avatars in MUC occupants sidebar 2021-11-19 21:08:51 +01:00
chat Fix: don't show avatars for followup messages 2021-11-19 23:05:16 +01:00
components Add converse-image custom element 2021-11-19 22:32:46 +01:00
directives Use converse-avatar for setting avatar 2021-11-19 13:01:09 +01:00
gif Handle GIFs inside Unfurls 2021-08-03 12:14:13 +02:00
styles OMEMO Refactoring 2021-11-24 21:14:11 +01:00
templates Create the converse-avatar custom element 2021-11-19 10:00:04 +01:00
tests Don't fetch member list if not affiliated 2021-11-21 11:05:23 +01:00
constants.js Move functions out of core.js 2021-07-19 16:40:40 +02:00
dom-navigator.js Move all plugin files to ./plugin folders 2020-12-03 16:41:15 +01:00
registry.js Move all plugin files to ./plugin folders 2020-12-03 16:41:15 +01:00
rich-text.js Add converse-image custom element 2021-11-19 22:32:46 +01:00
styling.js Allow media to be invidually shown/rendered... 2021-09-21 17:08:30 +02:00