mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
realm_export: Add realm_export_consent feature to API.
Fixes part of #31201.
This commit is contained in:
committed by
Tim Abbott
parent
70b6e46516
commit
eaee5763d6
@@ -1564,6 +1564,10 @@ def apply_event(
|
||||
# These realm export events are only available to
|
||||
# administrators, and aren't included in page_params.
|
||||
pass
|
||||
elif event["type"] == "realm_export_consent":
|
||||
# These 'realm_export_consent' events are only available to
|
||||
# administrators, and aren't included in page_params.
|
||||
pass
|
||||
elif event["type"] == "alert_words":
|
||||
state["alert_words"] = event["alert_words"]
|
||||
elif event["type"] == "muted_topics":
|
||||
|
||||
Reference in New Issue
Block a user