diff options
author | Maxime Buquet <pep@bouah.net> | 2020-05-24 16:32:50 +0200 |
---|---|---|
committer | Maxime Buquet <pep@bouah.net> | 2020-05-24 16:32:50 +0200 |
commit | 634962356aff667a5476da9ad0686c6e1520022c (patch) | |
tree | a72e165324d7e050bd0115835c84c4b592f9e70c /doc/source/configuration.rst | |
parent | cfa75f8877963cfee9c22565dad60ddf7dee3c95 (diff) | |
parent | 3d912230664e7179b0f6dc58b8b454118cca033e (diff) | |
download | poezio-634962356aff667a5476da9ad0686c6e1520022c.tar.gz poezio-634962356aff667a5476da9ad0686c6e1520022c.tar.bz2 poezio-634962356aff667a5476da9ad0686c6e1520022c.tar.xz poezio-634962356aff667a5476da9ad0686c6e1520022c.zip |
Merge branch 'synchronise_open_rooms' into 'master'
Rename bookmark_on_join to synchronise_open_rooms
See merge request poezio/poezio!111
Diffstat (limited to 'doc/source/configuration.rst')
-rw-r--r-- | doc/source/configuration.rst | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index aceb6fb4..6af57ce7 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -371,12 +371,18 @@ to understand what is :ref:`carbons <carbons-details>` or sender intended it as such. See :ref:`Message Correction <correct-feature>` for more information. - bookmark_on_join + synchronise_open_rooms - **Default value:** ``false`` + **Default value:** ``true`` + + If ``false``, poezio will not store the state of currently open rooms, + so that if you leave a room and restart poezio (or start another + client) it will reopen it. + + If ``true``, ``/join`` will create a bookmark with ``autojoin=true``, + and ``/leave`` will remove said bookmark. - If ``true``, poezio will bookmark automatically every room that is joined with - a manual ``/join`` command. + This was previously named ``bookmark_on_join``. force_remote_bookmarks |