Fix #295: Prosody: disabling message carbons for anonymous users.
Anonymous users can't use carbons, as they cannot connect with multiple tabs on the same anonymous account. So we disable carbons on the anonymous virtualhost, to improve performances. See here for some performances tests: https://github.com/JohnXLivingston/livechat-perf-test/tree/main/tests/50-anonymous-carbons
This commit is contained in:
@ -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)
|
||||
* Prosody: disabling message carbons for anonymous users (See #295)
|
||||
|
||||
## 8.0.4
|
||||
|
||||
|
Reference in New Issue
Block a user