This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Module API for validating user / room deletions by the admin API #12026
Labels
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
Description:
In some cases, we want to prevent administrators from deleting certain rooms from the homeserver where they are critical to the functionality of a service (e.g. monitor bots / monitoring rooms). A simple API that takes a room_id/user_id parameter and returns a boolean value depending on whether the room/user should be deleted would be ideal.
The text was updated successfully, but these errors were encountered: