summaryrefslogtreecommitdiff
path: root/poezio/config.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2020-05-24 16:21:14 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2020-05-24 16:21:14 +0200
commit3d912230664e7179b0f6dc58b8b454118cca033e (patch)
treea72e165324d7e050bd0115835c84c4b592f9e70c /poezio/config.py
parentcfa75f8877963cfee9c22565dad60ddf7dee3c95 (diff)
downloadpoezio-3d912230664e7179b0f6dc58b8b454118cca033e.tar.gz
poezio-3d912230664e7179b0f6dc58b8b454118cca033e.tar.bz2
poezio-3d912230664e7179b0f6dc58b8b454118cca033e.tar.xz
poezio-3d912230664e7179b0f6dc58b8b454118cca033e.zip
Rename bookmark_on_join to synchronise_open_rooms
Also add some more documentation about it.
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 09d465cd..9a51e53f 100644
--- a/poezio/config.py
+++ b/poezio/config.py
@@ -38,7 +38,6 @@ DEFAULT_CONFIG = {
'autorejoin_delay': '5',
'autorejoin': False,
'beep_on': 'highlight private invite disconnect',
- 'bookmark_on_join': False,
'ca_cert_path': '',
'certificate': '',
'certfile': '',
@@ -133,6 +132,7 @@ DEFAULT_CONFIG = {
'show_useless_separator': True,
'status': '',
'status_message': '',
+ 'synchronise_open_rooms': True,
'theme': 'default',
'themes_dir': '',
'tmp_image_dir': '',