Fix #465: don't send markers, even if requested by the sender.
This commit is contained in:
parent
9c200a4e46
commit
25a8ca4cdc
@ -9,6 +9,7 @@
|
|||||||
### Minor changes and fixes
|
### Minor changes and fixes
|
||||||
|
|
||||||
* Translations updates: german.
|
* Translations updates: german.
|
||||||
|
* Performance: don't send markers, even if requested by the sender.
|
||||||
|
|
||||||
## 10.2.0
|
## 10.2.0
|
||||||
|
|
||||||
|
@ -96,6 +96,7 @@ function defaultConverseParams (
|
|||||||
prune_messages_above: 100, // only keep 100 message in history.
|
prune_messages_above: 100, // only keep 100 message in history.
|
||||||
pruning_behavior: 'unscrolled',
|
pruning_behavior: 'unscrolled',
|
||||||
colorize_username: true,
|
colorize_username: true,
|
||||||
|
send_chat_markers: [],
|
||||||
|
|
||||||
// This is a specific settings, that is used in ConverseJS customization, to force avatars loading in readonly mode.
|
// This is a specific settings, that is used in ConverseJS customization, to force avatars loading in readonly mode.
|
||||||
livechat_load_all_vcards: !!forceReadonly,
|
livechat_load_all_vcards: !!forceReadonly,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user