Fix #465: don't send markers, even if requested by the sender.

This commit is contained in:
John Livingston 2024-07-11 09:37:00 +02:00
parent 9c200a4e46
commit 25a8ca4cdc
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
### Minor changes and fixes
* Translations updates: german.
* Performance: don't send markers, even if requested by the sender.
## 10.2.0

View File

@ -96,6 +96,7 @@ function defaultConverseParams (
prune_messages_above: 100, // only keep 100 message in history.
pruning_behavior: 'unscrolled',
colorize_username: true,
send_chat_markers: [],
// This is a specific settings, that is used in ConverseJS customization, to force avatars loading in readonly mode.
livechat_load_all_vcards: !!forceReadonly,