diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-08 09:21:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 09:21:36 -0500 |
commit | cb7fc7523e5288cda7845961cf49d5b58d345210 (patch) | |
tree | d61332d4496ab83ea85d07851e398832dce1f554 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-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.misc | 1 |
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. |