Restore old behaviour of PurgeRoom

This commit is contained in:
Till Faelligen 2023-07-26 09:09:04 +02:00
parent 7899f47e71
commit 79d4a0e399
No known key found for this signature in database
GPG key ID: ACCDC9606D472758
2 changed files with 1 additions and 13 deletions

View file

@ -75,7 +75,7 @@ This endpoint instructs Dendrite to immediately query `/devices/{userID}` on a f
## POST `/_dendrite/admin/purgeRoom/{roomID}`
This endpoint instructs Dendrite to remove the given room from its database. Before doing so, it will evacuate all local users from the room. It does **NOT** remove media files. Depending on the size of the room, this may take a while. Will return an empty JSON once other components were instructed to delete the room.
This endpoint instructs Dendrite to remove the given room from its database. It does **NOT** remove media files. Depending on the size of the room, this may take a while. Will return an empty JSON once other components were instructed to delete the room.
## POST `/_synapse/admin/v1/send_server_notice`