Revert "Set enable_avatars to false until the colors issue is fixed"

This reverts commit bde9b31184.
This commit is contained in:
mathieui 2018-08-13 21:38:46 +02:00
parent 40c06e60c9
commit 40fc9246e5
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3
3 changed files with 3 additions and 3 deletions

View file

@ -437,7 +437,7 @@ use_bookmarks_method =
#request_message_receipts = true
# Display your contacts avatar in the roster if true.
#enable_avatars = false
#enable_avatars = true
# Use Unicode half-block (▄) instead of full-block (█) to display images.
# This doubles the vertical resolution and gives square pixels, but may

View file

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

View file

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