xmpp.chapril.org-conversejs/src
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
..
headless Fix race condition where waitUntilFeaturesDiscovered was resolved too early 2022-11-08 20:03:37 +01:00
i18n Release 10.0.0 2022-10-30 17:03:41 +01:00
plugins Fix race condition where waitUntilFeaturesDiscovered was resolved too early 2022-11-08 20:03:37 +01:00
shared Classic theme: re-use CSS variable names 2022-11-03 09:53:06 +01:00
templates Create an ElementView base modal and use it for all modals 2022-09-16 10:33:47 +02:00
utils Fixes #2939 2022-10-19 09:51:20 +02:00
converse.js Move Add-Hoc commands UI code into its own plugin 2022-10-18 09:33:28 +02:00
entry.js Make sure converse.initialize still returns a Promise 2021-11-30 16:11:52 +01:00
strophe-shims.js Upgrade to Strophe 1.5.0 and upgrade various other dependencies 2022-04-28 23:53:31 +02:00
website.js Fix linting errors (no-unused-vars) 2019-10-09 16:27:58 +02:00