Ring bell when mentioned

This commit is contained in:
Joscha 2025-03-08 19:21:01 +01:00
parent 496cdde18d
commit a17630aeaa
6 changed files with 65 additions and 9 deletions

View file

@ -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],