Set bookmark_on_join default value to false

too many pitfalls
This commit is contained in:
mathieui 2017-12-20 19:04:48 +01:00
parent 30200c83ea
commit dd33ce58dc
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3
3 changed files with 3 additions and 3 deletions

View file

@ -139,7 +139,7 @@ use_bookmarks_method =
# Will create a bookmark on manual /join, using your preferred
# storage method
#bookmark_on_join = true
#bookmark_on_join = false
# What will be put after the name, when using autocompletion at the
# beginning of the input. A space will always be added after that

View file

@ -364,7 +364,7 @@ to understand what is :ref:`carbons <carbons-details>` or
bookmark_on_join
**Default value:** ``true``
**Default value:** ``false``
If ``true``, poezio will bookmark automatically every room that is joined with
a manual ``/join`` command.

View file

@ -33,7 +33,7 @@ DEFAULT_CONFIG = {
'autorejoin_delay': '5',
'autorejoin': False,
'beep_on': 'highlight private invite disconnect',
'bookmark_on_join': True,
'bookmark_on_join': False,
'ca_cert_path': '',
'certificate': '',
'certfile': '',