Set enable_avatars to false until the colors issue is fixed

This commit is contained in:
mathieui 2017-10-11 00:14:45 +02:00
parent f61d46b061
commit bde9b31184
3 changed files with 3 additions and 3 deletions

View file

@ -426,7 +426,7 @@ use_bookmarks_method =
#request_message_receipts = true
# Display your contacts avatar in the roster if true.
#enable_avatars = true
#enable_avatars = false
# Extract base64 images received in XHTML-IM messages
# if true.

View file

@ -293,7 +293,7 @@ to understand what is :ref:`carbons <carbons-details>` or
enable_avatars
**Default value:** ``true``
**Default value:** ``false``
Display contact avatars in the roster.

View file

@ -50,7 +50,7 @@ DEFAULT_CONFIG = {
'display_mood_notifications': False,
'display_tune_notifications': False,
'display_user_color_in_join_part': True,
'enable_avatars': True,
'enable_avatars': False,
'enable_carbons': True,
'enable_user_activity': True,
'enable_user_gaming': True,