From 13135f6df06439d6a5a89bc53aa5714d6797c09d Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 7 Feb 2024 16:13:40 +0100 Subject: [PATCH] Destroy room: remove the challenge, and the new JID --- CHANGELOG.md | 1 + conversejs/build-conversejs.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff48bc0..a15f85a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * display anonymous users at the end of the participants list (Fix #136) * don't group "followup" messages, and always display avatar/nickname/datetime besides messages, even when it is the same user as previous one (#305) * Adding "users" icon in the menu toggle button + * Destroy room: remove the challenge, and the new JID * Using patched ConverseJS for performance improvement (related to #96): * debounce MUC sidebar rendering in ConverseJS (Fix #138) * force history pruning, even if messages keep coming (Fix #140) diff --git a/conversejs/build-conversejs.sh b/conversejs/build-conversejs.sh index 2213a554..8cb41ffc 100644 --- a/conversejs/build-conversejs.sh +++ b/conversejs/build-conversejs.sh @@ -22,7 +22,8 @@ CONVERSE_COMMIT="" # - Custom settings livechat_load_all_vcards for the readonly mode # - Adding "users" icon in the menu toggle button # - Removing unecessary plugins: headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize. -CONVERSE_COMMIT="6df8960260b843d37c0a7399f755c03236ae5432" +# - Destroy room: remove the challenge, and the new JID +CONVERSE_COMMIT="8036ad647a2148cb0ada1edad2cb0a558e695e9f" CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js" rootdir="$(pwd)"