xmpp.chapril.org-conversejs/src/plugins/chatview
JC Brand a251608fc5 Fix race condition where waitUntilFeaturesDiscovered was resolved too early
When calling `api.supports(feature, entity_jid)`, it checks whether the entity
supports the feature or whether any of the sub-items on the entity
supports that feature.

However, on `DiscoEntity`, the `waitUntilFeaturesDiscovered` promise
didn't wait for the items on the entity to be fetched, and was therefore
resolved too quickly.

This caused the file upload button to not render.

Updates #2925
2022-11-08 20:03:37 +01:00
..
styles Fix chat head buttons not showing 2022-10-30 16:51:15 +01:00
templates Fix chat head buttons not showing 2022-10-30 16:51:15 +01:00
tests Fix race condition where waitUntilFeaturesDiscovered was resolved too early 2022-11-08 20:03:37 +01:00
bottom-panel.js Use API to get chat/room models in components 2021-06-22 14:47:35 +02:00
chat.js Wrap requestUpdate in an arrow function 2022-09-16 10:26:21 +02:00
heading.js Create an ElementView base modal and use it for all modals 2022-09-16 10:33:47 +02:00
index.js Don't import plugins' index.js file from other plugins 2022-09-20 14:48:20 +02:00
message-form.js Resolve fetched promise when clearing messages 2022-04-08 11:22:21 +02:00
utils.js Fix chat head buttons not showing 2022-10-30 16:51:15 +01:00