Ring bell when mentioned
This commit is contained in:
parent
496cdde18d
commit
a17630aeaa
6 changed files with 65 additions and 9 deletions
|
|
@ -100,6 +100,10 @@ pub struct Config {
|
|||
#[serde(default)]
|
||||
pub rooms_sort_order: RoomsSortOrder,
|
||||
|
||||
/// Ring the bell (character 0x07) when you are mentioned in a room.
|
||||
#[serde(default)]
|
||||
pub bell_on_mention: bool,
|
||||
|
||||
/// Time zone that chat timestamps should be displayed in.
|
||||
///
|
||||
/// This option can either be the string `"localtime"`, a [POSIX TZ string],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue