mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
api: Add a new endpoint for message reporting.
This adds a new API endpoint that enables users to report messages for review by admins or moderators. Reports will be sent to the `moderate_request_channel`, so it must be configured for this feature to be enabled. Fixes part of #20047. Co-authored-by: Adam Sah <140002+asah@users.noreply.github.com>
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
* [Mark messages in a channel as read](/api/mark-stream-as-read)
|
||||
* [Mark messages in a topic as read](/api/mark-topic-as-read)
|
||||
* [Get a message's read receipts](/api/get-read-receipts)
|
||||
* [Report a message](/api/report-message)
|
||||
|
||||
#### Scheduled messages
|
||||
|
||||
|
Reference in New Issue
Block a user