Make initial rooms sort order configurable

This commit is contained in:
Joscha 2022-09-26 20:34:45 +02:00
parent 61a9cc10f1
commit 7dfa8c6048
4 changed files with 38 additions and 2 deletions

View file

@ -115,6 +115,22 @@ the rooms list.
See also the `--offline` command line option.
### `rooms_sort_order`
**Type:** String, one of `alphabetic`, `importance`
**Default:** `alphabetic`
Initial sort order of rooms list.
`alphabetic` sorts rooms in alphabetic order.
`importance` sorts rooms by the following criteria (in descending order of
priority):
1. connected rooms before unconnected rooms
2. rooms with unread messages before rooms without
3. alphabetic order
### `euph.rooms.<room>.autojoin`
**Type:** Boolean