aboutsummaryrefslogtreecommitdiff
path: root/sytest-whitelist
diff options
context:
space:
mode:
authorKegsay <kegan@matrix.org>2020-07-28 10:09:10 +0100
committerGitHub <noreply@github.com>2020-07-28 10:09:10 +0100
commitc63286713570e1274759db971b15405665fa391a (patch)
tree43d96424d0eeedd83399cfaf2caa9e4b565c49af /sytest-whitelist
parent83f038e12ba0bb727ff89e1d719d105520f7152c (diff)
Modify /state/{eventType}/{stateKey} to return the event at the time the user left (#1222)
* Modify /state/{eventType}/{stateKey} to return the event at the time the user left Or live, depending on their current state. Hopefully fixes some sytests! * Linting * Set HasBeenInRoom * Fix cases for world-readable history visibility * Fix bug in finding the requested state event Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
Diffstat (limited to 'sytest-whitelist')
-rw-r--r--sytest-whitelist1
1 files changed, 1 insertions, 0 deletions
diff --git a/sytest-whitelist b/sytest-whitelist
index 234eae39..5087186b 100644
--- a/sytest-whitelist
+++ b/sytest-whitelist
@@ -415,3 +415,4 @@ We don't send redundant membership state across incremental syncs by default
Typing notifications don't leak
Users cannot kick users from a room they are not in
Users cannot kick users who have already left a room
+Can get 'm.room.name' state for a departed room (SPEC-216)