summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-03-08 09:21:36 -0500
committerGitHub <noreply@github.com>2021-03-08 09:21:36 -0500
commitcb7fc7523e5288cda7845961cf49d5b58d345210 (patch)
treed61332d4496ab83ea85d07851e398832dce1f554 /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-cb7fc7523e5288cda7845961cf49d5b58d345210.tar.xz
Add a basic test for purging rooms. (#9541)
Unfortunately this doesn't test re-joining the room since
that requires having another homeserver to query over
federation, which isn't easily doable in unit tests.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9541.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9541.misc b/changelog.d/9541.misc
new file mode 100644
index 0000000000..a82bef3431
--- /dev/null
+++ b/changelog.d/9541.misc
@@ -0,0 +1 @@
+Add an additional test for purging a room.