Removing unecessary plugins:
Removing headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize. Generated JS is about 10% lighter.
This commit is contained in:
parent
c17fbeef0a
commit
48ecf96375
@ -21,6 +21,7 @@
|
|||||||
* don't load all vCards when right menu is not visible (Fix #106)
|
* 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
|
* 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
|
* 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)
|
* Prosody: disabling message carbons for anonymous users (See #295)
|
||||||
* Peertube users avatars optimization (Fix #303):
|
* Peertube users avatars optimization (Fix #303):
|
||||||
* avoid multiple parallel request to load same avatar from Peertube
|
* avoid multiple parallel request to load same avatar from Peertube
|
||||||
|
@ -21,7 +21,8 @@ CONVERSE_COMMIT=""
|
|||||||
# - Changing the default avatar, for something very light (to mitigate blinking effect when vCards are loaded)
|
# - 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
|
# - Custom settings livechat_load_all_vcards for the readonly mode
|
||||||
# - Adding "users" icon in the menu toggle button
|
# - 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"
|
CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
|
||||||
|
|
||||||
rootdir="$(pwd)"
|
rootdir="$(pwd)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user