From 3b5cd5994985250edab11135f2c577c38d5b3e90 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Thu, 14 Mar 2024 16:52:19 +0100 Subject: [PATCH] fix --- conversejs/build-conversejs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conversejs/build-conversejs.sh b/conversejs/build-conversejs.sh index 7b776fc6..9637a7ed 100644 --- a/conversejs/build-conversejs.sh +++ b/conversejs/build-conversejs.sh @@ -27,7 +27,7 @@ CONVERSE_COMMIT="" # - Destroy room: remove the challenge, and the new JID # - New config option [colorize_username](https://conversejs.org/docs/html/configuration.html#colorize_username) CONVERSE_VERSION="livechat-8.2.0" -CONVERSE_COMMIT="ae1b576d5c9d2691df896d603cd65726b3e04480" +CONVERSE_COMMIT="bc11fe08668b1d4c30886ad8f6e0774409eab4d8" CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js" rootdir="$(pwd)"