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/core/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/core/commands.py') diff --git a/poezio/core/commands.py b/poezio/core/commands.py index 46dab5cc..176d0e73 100644 --- a/poezio/core/commands.py +++ b/poezio/core/commands.py @@ -401,7 +401,7 @@ class CommandCore: tab.password = password tab.join() - if config.get('bookmark_on_join'): + if config.get('synchronise_open_rooms'): method = 'remote' if config.get( 'use_remote_bookmarks') else 'local' self._add_bookmark('%s/%s' % (room, nick), True, password, method) -- cgit v1.2.3