From 3d912230664e7179b0f6dc58b8b454118cca033e Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 24 May 2020 16:21:14 +0200 Subject: Rename bookmark_on_join to synchronise_open_rooms Also add some more documentation about it. --- poezio/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/config.py') 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': '', -- cgit v1.2.3