diff options
author | reivilibre <oliverw@matrix.org> | 2023-09-06 10:50:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 11:50:07 +0100 |
commit | 698f6fa2508dbff1a4353d57da60be5d13bbd61d (patch) | |
tree | d47cb9cc71d24cba37d257cbd5fd73049bc3c6e2 /changelog.d | |
parent | Delete device messages asynchronously and in staged batches (#16240) (diff) | |
download | synapse-698f6fa2508dbff1a4353d57da60be5d13bbd61d.tar.xz |
Allow modules to delete rooms. (#15997)
* Allow user_id to be optional for room deletion * Add module API method to delete a room * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * Don't worry about the case block=True && requester_user_id is None --------- Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15997.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15997.misc b/changelog.d/15997.misc new file mode 100644 index 0000000000..94768c3cb8 --- /dev/null +++ b/changelog.d/15997.misc @@ -0,0 +1 @@ +Allow modules to delete rooms. \ No newline at end of file |