mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 11:22:04 +00:00
settings: Add UI for automatically follow and unmute topics settings.
This commit adds two drop-down settings in 'SETTINGS / NOTIFICATIONS' and 'SETTINGS / DEFAULT USER SETTINGS'. The new settings lie in a new section named "Topic notifications", just below the "Noification triggers" section. Label: "Automatically follow topics" Options: "Topics I participate in", "Topics I send a message to", "Topics I start", and "Never". Label: "Automatically unmute topics in muted streams" Options: "Topics I participate in", "Topics I send a message to", "Topics I start", and "Never". Fixes #25914.
This commit is contained in:
committed by
Tim Abbott
parent
58568a60d6
commit
28fb5ea24d
@@ -58,6 +58,9 @@ IGNORED_PHRASES = [
|
||||
r"I understand",
|
||||
r"I'm",
|
||||
r"I've",
|
||||
r"Topics I participate in",
|
||||
r"Topics I send a message to",
|
||||
r"Topics I start",
|
||||
# Specific short words
|
||||
r"beta",
|
||||
r"and",
|
||||
|
||||
Reference in New Issue
Block a user