Expose hidden notification rules in UI
Adds UI control for 3 hidden notification rules: * Messages containing @room * Encrypted one-to-one messages * Encrypted group messages This should help to clarify some mysterious notification behavior, as it wasn't obvious that these rules existed. Fixes vector-im/riot-web#7833. Signed-off-by: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
ab6566980f
commit
04c30181c6
4 changed files with 57 additions and 7 deletions
|
@ -295,8 +295,11 @@
|
|||
"Waiting for response from server": "Waiting for response from server",
|
||||
"Messages containing my display name": "Messages containing my display name",
|
||||
"Messages containing my user name": "Messages containing my user name",
|
||||
"Messages containing @room": "Messages containing @room",
|
||||
"Messages in one-to-one chats": "Messages in one-to-one chats",
|
||||
"Encrypted messages in one-to-one chats": "Encrypted messages in one-to-one chats",
|
||||
"Messages in group chats": "Messages in group chats",
|
||||
"Encrypted messages in group chats": "Encrypted messages in group chats",
|
||||
"When I'm invited to a room": "When I'm invited to a room",
|
||||
"Call invitation": "Call invitation",
|
||||
"Messages sent by bot": "Messages sent by bot",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue