mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
settings: Add push notifications for the followed topics.
This commit makes it possible for users to control the push 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
5e5538886f
commit
d73c715dc2
@@ -156,6 +156,8 @@ class SendMessageRequest:
|
||||
pm_mention_email_disabled_user_ids: Set[int]
|
||||
stream_push_user_ids: Set[int]
|
||||
stream_email_user_ids: Set[int]
|
||||
# IDs of users who have followed the topic the message is being sent to, and have the followed topic push notifications setting ON.
|
||||
followed_topic_push_user_ids: Set[int]
|
||||
# IDs of users who have followed the topic the message is being sent to, and have the followed topic email notifications setting ON.
|
||||
followed_topic_email_user_ids: Set[int]
|
||||
muted_sender_user_ids: Set[int]
|
||||
|
||||
Reference in New Issue
Block a user