diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-12-07 11:37:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 11:37:54 +0000 |
commit | b1ecd19c5d19815b69e425d80f442bf2877cab76 (patch) | |
tree | db7e7f8c2bdddf7e959cff27d2a9cd4a428016d3 /changelog.d | |
parent | Correctly ignore invites from ignored users (#11511) (diff) | |
download | synapse-b1ecd19c5d19815b69e425d80f442bf2877cab76.tar.xz |
Fix 'delete room' admin api to work on incomplete rooms (#11523)
If, for some reason, we don't have the create event, we should still be able to purge a room.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11523.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11523.feature b/changelog.d/11523.feature new file mode 100644 index 0000000000..ecac7f9db9 --- /dev/null +++ b/changelog.d/11523.feature @@ -0,0 +1 @@ +Extend the "delete room" admin api to work correctly on rooms which have previously been partially deleted. |