Fix ConverseJS: room information not correctly refreshed when modifications are made by other users

This commit is contained in:
John Livingston 2024-02-14 15:11:13 +01:00
parent 92af46641e
commit 9efd53b2a7
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@
* Fix ConverseJS build: translations were missing, and only english was available.
* Replaced a sync file operation by an async one, to avoid blocking the server.
* Fix ConverseJS bug: room information not correctly refreshed when modifications are made by other users
## 8.2.1

View File

@ -17,6 +17,7 @@ CONVERSE_COMMIT=""
# - Fix: refresh the MUC sidebar when participants collection is sorted
# - Fix: MUC occupant list does not sort itself on nicknames or roles changes
# - Fix inconsistency between browsers on textarea outlines
# - Fix: room information not correctly refreshed when modifications are made by other users
# This version already includes following changes that will not be merged in ConverseJS upstream:
# - Don't load vCards for all room occupants when the right menu is closed
# - Changing the default avatar, for something very light (to mitigate blinking effect when vCards are loaded)
@ -25,7 +26,7 @@ CONVERSE_COMMIT=""
# - Removing unecessary plugins: headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize.
# - Destroy room: remove the challenge, and the new JID
CONVERSE_VERSION="livechat-8.2.0"
# CONVERSE_COMMIT="5f53fc16336b93da49174b38294a8944f850e8ae"
CONVERSE_COMMIT="cb6c0bd87c0078d5c62308fc3b83efd5019f993c"
CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
rootdir="$(pwd)"