diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-07-26 09:09:04 +0200 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2023-07-26 09:09:04 +0200 |
commit | 79d4a0e399bb68920b81bc877744108095c06f1a (patch) | |
tree | 8463cbfae253c02b0217b3a2318f43e8e4aac096 /docs | |
parent | 7899f47e71631170bf2578bf04060c9f5abee461 (diff) |
Restore old behaviour of PurgeRoom
Diffstat (limited to 'docs')
-rw-r--r-- | docs/administration/4_adminapi.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/administration/4_adminapi.md b/docs/administration/4_adminapi.md index 6f645899..40d02622 100644 --- a/docs/administration/4_adminapi.md +++ b/docs/administration/4_adminapi.md @@ -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` |