From 9b01d8ed09723ac869cde764ca681a747df7cf70 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 3 Dec 2024 17:29:14 +0100 Subject: [PATCH] Update ConverseJS. --- conversejs/build-conversejs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conversejs/build-conversejs.sh b/conversejs/build-conversejs.sh index acc1ed9c..9bdd36e3 100644 --- a/conversejs/build-conversejs.sh +++ b/conversejs/build-conversejs.sh @@ -20,6 +20,8 @@ CONVERSE_REPO="https://github.com/conversejs/converse.js.git" # You can eventually set CONVERSE_COMMIT to a specific commit ID, if you want to apply some patches. # 2024-09-17: using Converse upstream (v11 WIP). CONVERSE_COMMIT="07dc6f4f5da5890b02a46a8a2f2d0498649786bc" +# 2024-12-03: using Converse upstream (v11 WIP). +CONVERSE_COMMIT="8f32df723e3aa392db02326dc6a3279c9497b6fb" # It is possible to use another repository, if we want some customization that are not upstream (yet): # CONVERSE_VERSION="livechat"