summaryrefslogtreecommitdiff
path: root/poezio/config.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2018-08-13 21:38:46 +0200
committermathieui <mathieui@mathieui.net>2018-08-13 21:39:08 +0200
commit40fc9246e5de87991ba1823bbe235a35785343cc (patch)
tree5fcc32ffdca1b9465d4043376d082d559007227f /poezio/config.py
parent40c06e60c96517c8d1d484b235de36b6656f32d5 (diff)
downloadpoezio-40fc9246e5de87991ba1823bbe235a35785343cc.tar.gz
poezio-40fc9246e5de87991ba1823bbe235a35785343cc.tar.bz2
poezio-40fc9246e5de87991ba1823bbe235a35785343cc.tar.xz
poezio-40fc9246e5de87991ba1823bbe235a35785343cc.zip
Revert "Set enable_avatars to false until the colors issue is fixed"
This reverts commit bde9b31184de3138e649a662843b459fe3c3782a.
Diffstat (limited to 'poezio/config.py')
-rw-r--r--poezio/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/config.py b/poezio/config.py
index 26de67e5..0fb6d118 100644
--- a/poezio/config.py
+++ b/poezio/config.py
@@ -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,