Updating ConverseJS (v11 WIP) with latest fixes.

This commit is contained in:
John Livingston 2024-09-11 11:54:50 +02:00
parent 33be9b3fc5
commit 0b196805b2
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 3 additions and 2 deletions

View File

@ -18,6 +18,7 @@ It also requires NodeJS 16 or superior (same as Peertube 5.2.0.)
### Minor changes and fixes
* Updating ConverseJS (v11 WIP) with latest fixes.
* Various translation updates.
* Using Typescript 5.5.4, and Eslint 8.57.0 (with new ruleset).
* Fix race condition in bot/ctl.

View File

@ -29,8 +29,8 @@ CONVERSE_COMMIT="9952046d580bc2930e29833f4c9987a3d4c95bc2"
# 2024-09-03: include badges short label and quick fix for sendMessage button
CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
CONVERSE_VERSION="livechat-11.0.1"
CONVERSE_COMMIT=""
CONVERSE_VERSION="livechat-12.0.0"
CONVERSE_COMMIT="a910586fa83bd64db7182add6fc4bbf71cef0ae8"
rootdir="$(pwd)"
src_dir="$rootdir/conversejs"