From cb7fc7523e5288cda7845961cf49d5b58d345210 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Mon, 8 Mar 2021 09:21:36 -0500 Subject: 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. --- changelog.d/9541.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/9541.misc (limited to 'changelog.d/9541.misc') 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. -- cgit 1.5.1