Implement #143: User colors
Implementing [XEP-0392](https://xmpp.org/extensions/xep-0392.html) to have random colors on users nicknames.
This commit is contained in:
@ -87,6 +87,7 @@ function defaultConverseParams (
|
||||
|
||||
prune_messages_above: 100, // only keep 100 message in history.
|
||||
pruning_behavior: 'unscrolled',
|
||||
colorize_username: true,
|
||||
|
||||
// This is a specific settings, that is used in ConverseJS customization, to force avatars loading in readonly mode.
|
||||
livechat_load_all_vcards: !!forceReadonly
|
||||
|
Reference in New Issue
Block a user