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
bde9b311
Commit
bde9b311
authored
Oct 11, 2017
by
mathieui
Browse files
Set enable_avatars to false until the colors issue is fixed
parent
f61d46b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
data/default_config.cfg
View file @
bde9b311
...
...
@@ -426,7 +426,7 @@ use_bookmarks_method =
#request_message_receipts = true
# Display your contacts’ avatar in the roster if true.
#enable_avatars =
tru
e
#enable_avatars =
fals
e
# Extract base64 images received in XHTML-IM messages
# if true.
...
...
doc/source/configuration.rst
View file @
bde9b311
...
...
@@ -293,7 +293,7 @@ to understand what is :ref:`carbons <carbons-details>` or
enable_avatars
**Default value:** ``
tru
e``
**Default value:** ``
fals
e``
Display contact avatars in the roster.
...
...
poezio/config.py
View file @
bde9b311
...
...
@@ -50,7 +50,7 @@ DEFAULT_CONFIG = {
'display_mood_notifications'
:
False
,
'display_tune_notifications'
:
False
,
'display_user_color_in_join_part'
:
True
,
'enable_avatars'
:
Tru
e
,
'enable_avatars'
:
Fals
e
,
'enable_carbons'
:
True
,
'enable_user_activity'
:
True
,
'enable_user_gaming'
:
True
,
...
...
mathieui
@mathieui
mentioned in commit
40fc9246
·
Aug 13, 2018
mentioned in commit
40fc9246
mentioned in commit 40fc9246e5de87991ba1823bbe235a35785343cc
Toggle commit list
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