Removing unecessary plugins:

Removing headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize.
Generated JS is about 10% lighter.
This commit is contained in:
John Livingston 2024-02-07 16:03:02 +01:00
parent c17fbeef0a
commit 48ecf96375
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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)"