mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
settings: Add realm-level setting moderation_request_channel.
This commit introduces a new non-operational `moderation_request_channel` field to the server/API. This setting will support a feature allowing users to flag or report abusive content (harassment, spam, etc.). Fixes part of #20047.
This commit is contained in:
@@ -944,6 +944,7 @@ def check_realm_update(
|
||||
value = event["value"]
|
||||
|
||||
if prop in [
|
||||
"moderation_request_channel_id",
|
||||
"new_stream_announcements_stream_id",
|
||||
"signup_announcements_stream_id",
|
||||
"zulip_update_announcements_stream_id",
|
||||
|
||||
Reference in New Issue
Block a user