Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
poezio
poezio
Commits
40fc9246
Unverified
Commit
40fc9246
authored
Aug 13, 2018
by
mathieui
Browse files
Revert "Set enable_avatars to false until the colors issue is fixed"
This reverts commit
bde9b311
.
parent
40c06e60
Changes
3
Hide whitespace changes
Inline
Side-by-side
data/default_config.cfg
View file @
40fc9246
...
...
@@ -437,7 +437,7 @@ use_bookmarks_method =
#request_message_receipts = true
# Display your contacts’ avatar in the roster if true.
#enable_avatars =
fals
e
#enable_avatars =
tru
e
# Use Unicode half-block (▄) instead of full-block (█) to display images.
# This doubles the vertical resolution and gives square pixels, but may
...
...
doc/source/configuration.rst
View file @
40fc9246
...
...
@@ -293,7 +293,7 @@ to understand what is :ref:`carbons <carbons-details>` or
enable_avatars
**Default value:** ``
fals
e``
**Default value:** ``
tru
e``
Display contact avatars in the roster.
...
...
poezio/config.py
View file @
40fc9246
...
...
@@ -57,7 +57,7 @@ DEFAULT_CONFIG = {
'display_mood_notifications'
:
False
,
'display_tune_notifications'
:
False
,
'display_user_color_in_join_part'
:
True
,
'enable_avatars'
:
Fals
e
,
'enable_avatars'
:
Tru
e
,
'enable_carbons'
:
True
,
'enable_css_parsing'
:
True
,
'enable_user_activity'
:
True
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment