mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
settings: Add wildcard mention notifications for the followed topics.
This commit makes it possible for users to control the wildcard mention notifications for messages sent to followed topics via a global notification setting. There is no support for configuring this setting through the UI yet.
This commit is contained in:
committed by
Tim Abbott
parent
d73c715dc2
commit
e71d3ada87
@@ -1731,6 +1731,12 @@ Output:
|
||||
stream_push_notify=kwargs.get("stream_push_notify", False),
|
||||
followed_topic_email_notify=kwargs.get("followed_topic_email_notify", False),
|
||||
followed_topic_push_notify=kwargs.get("followed_topic_push_notify", False),
|
||||
followed_topic_wildcard_mention_email_notify=kwargs.get(
|
||||
"followed_topic_wildcard_mention_email_notify", False
|
||||
),
|
||||
followed_topic_wildcard_mention_push_notify=kwargs.get(
|
||||
"followed_topic_wildcard_mention_push_notify", False
|
||||
),
|
||||
sender_is_muted=kwargs.get("sender_is_muted", False),
|
||||
disable_external_notifications=kwargs.get("disable_external_notifications", False),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user