mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
models: Add push_notifications_enabled & corresponding end_timestamp.
Add two fields to Realm model: *push_notifications_enabled *push_notifications_enabled_end_timestamp Co-authored-by: Prakhar Pratyush <prakhar@zulip.com>
This commit is contained in:
@@ -229,6 +229,7 @@ export function dispatch_normal_event(event) {
|
||||
notifications_stream_id: stream_ui_updates.update_announce_stream_option,
|
||||
org_type: noop,
|
||||
private_message_policy: noop,
|
||||
push_notifications_enabled: noop,
|
||||
send_welcome_emails: noop,
|
||||
message_content_allowed_in_email_notifications: noop,
|
||||
enable_spectator_access: noop,
|
||||
|
||||
Reference in New Issue
Block a user