Custom settings livechat_load_all_vcards for the readonly mode

This commit is contained in:
John Livingston
2024-02-07 12:22:40 +01:00
parent 91b44497bd
commit a8e3524a94
3 changed files with 7 additions and 2 deletions

View File

@ -85,7 +85,10 @@ function defaultConverseParams (
send_chat_state_notifications: false, // don't send this for performance reason
prune_messages_above: 100, // only keep 100 message in history.
pruning_behavior: 'unscrolled'
pruning_behavior: 'unscrolled',
// This is a specific settings, that is used in ConverseJS customization, to force avatars loading in readonly mode.
livechat_load_all_vcards: !!forceReadonly
}
// TODO: params.clear_messages_on_reconnection = true when muc_mam will be available.