Set bookmark_on_join default value to false
too many pitfalls
This commit is contained in:
parent
30200c83ea
commit
dd33ce58dc
3 changed files with 3 additions and 3 deletions
|
@ -139,7 +139,7 @@ use_bookmarks_method =
|
||||||
|
|
||||||
# Will create a bookmark on manual /join, using your preferred
|
# Will create a bookmark on manual /join, using your preferred
|
||||||
# storage method
|
# storage method
|
||||||
#bookmark_on_join = true
|
#bookmark_on_join = false
|
||||||
|
|
||||||
# What will be put after the name, when using autocompletion at the
|
# What will be put after the name, when using autocompletion at the
|
||||||
# beginning of the input. A space will always be added after that
|
# beginning of the input. A space will always be added after that
|
||||||
|
|
|
@ -364,7 +364,7 @@ to understand what is :ref:`carbons <carbons-details>` or
|
||||||
|
|
||||||
bookmark_on_join
|
bookmark_on_join
|
||||||
|
|
||||||
**Default value:** ``true``
|
**Default value:** ``false``
|
||||||
|
|
||||||
If ``true``, poezio will bookmark automatically every room that is joined with
|
If ``true``, poezio will bookmark automatically every room that is joined with
|
||||||
a manual ``/join`` command.
|
a manual ``/join`` command.
|
||||||
|
|
|
@ -33,7 +33,7 @@ DEFAULT_CONFIG = {
|
||||||
'autorejoin_delay': '5',
|
'autorejoin_delay': '5',
|
||||||
'autorejoin': False,
|
'autorejoin': False,
|
||||||
'beep_on': 'highlight private invite disconnect',
|
'beep_on': 'highlight private invite disconnect',
|
||||||
'bookmark_on_join': True,
|
'bookmark_on_join': False,
|
||||||
'ca_cert_path': '',
|
'ca_cert_path': '',
|
||||||
'certificate': '',
|
'certificate': '',
|
||||||
'certfile': '',
|
'certfile': '',
|
||||||
|
|
Loading…
Reference in a new issue