Performance improvement: don't load all vCards when right menu is not visible (partially fix #106)
This commit is contained in:
parent
98c9bb8788
commit
5cdbcec3e8
@ -17,6 +17,7 @@
|
||||
* Using patched ConverseJS for performance improvement (related to #96):
|
||||
* debounce MUC sidebar rendering in ConverseJS (Fix #138)
|
||||
* force history pruning, even if messages keep coming (Fix #140)
|
||||
* don't load all vCards when right menu is not visible (Fix #106)
|
||||
* 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
|
||||
|
@ -16,7 +16,9 @@ CONVERSE_COMMIT=""
|
||||
# - #converse.js/3302: debounce MUC sidebar rendering
|
||||
# - Fix: refresh the MUC sidebar when participants collection is sorted
|
||||
# - Fix: MUC occupant list does not sort itself on nicknames or roles changes
|
||||
CONVERSE_COMMIT="4351ae2af04bc15151d97ae5810089c007563913"
|
||||
# This version already includes following changes that will not be merged in ConverseJS upstream:
|
||||
# - Don't load vCards for all room occupants when the right menu is closed
|
||||
CONVERSE_COMMIT="00ee4fc70d56af1f4d2387ef67576264ae79d497"
|
||||
CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
|
||||
|
||||
rootdir="$(pwd)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user