mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 21:45:25 +08:00
## Summary The chat archive API endpoint `POST /chat/api/channels/:channel_id/archives` now checks the `chat_allow_archiving_channels` site setting before processing new archive requests. When the setting is disabled, the endpoint returns a 403 error, preventing moderators from bypassing the disabled feature through direct API calls. ## Source - Patch Triage: https://patch.discourse.org/patch-triage/1573 Co-authored-by: discourse-patch-triage <272280883+discourse-patch-triage[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| controllers/chat | ||
| jobs | ||
| models | ||
| queries/chat | ||
| serializers/chat | ||
| services/chat | ||
| validators/chat | ||
| views | ||