From 48ecf96375227708676583be5bf73faca97138fc Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 7 Feb 2024 16:03:02 +0100 Subject: [PATCH] Removing unecessary plugins: Removing headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize. Generated JS is about 10% lighter. --- CHANGELOG.md | 1 + conversejs/build-conversejs.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e9e7247..4ff48bc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ * don't load all vCards when right menu is not visible (Fix #106) * Changing the default avatar to minimize blinking effect when a user sends his first message * Custom settings livechat_load_all_vcards for the readonly mode + * Removing unecessary plugins: headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize (generated JS is about 10% lighter) * Prosody: disabling message carbons for anonymous users (See #295) * Peertube users avatars optimization (Fix #303): * avoid multiple parallel request to load same avatar from Peertube diff --git a/conversejs/build-conversejs.sh b/conversejs/build-conversejs.sh index dd646b07..2213a554 100644 --- a/conversejs/build-conversejs.sh +++ b/conversejs/build-conversejs.sh @@ -21,7 +21,8 @@ CONVERSE_COMMIT="" # - Changing the default avatar, for something very light (to mitigate blinking effect when vCards are loaded) # - Custom settings livechat_load_all_vcards for the readonly mode # - Adding "users" icon in the menu toggle button -CONVERSE_COMMIT="a99abdfb91c00daa6c4bacbbc31b47ab6762704f" +# - Removing unecessary plugins: headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize. +CONVERSE_COMMIT="6df8960260b843d37c0a7399f755c03236ae5432" CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js" rootdir="$(pwd)"