diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-10-24 17:03:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 17:03:04 +0200 |
commit | 7506e3303e78e47a7bea454de1e726c6f6640d2f (patch) | |
tree | 2c2c6987fb900fb5b0164dabfeef1beb4d410cc5 /sytest-whitelist | |
parent | a553fe770575b027809fc0a0f81e6709e6d068df (diff) |
Get messages from before user left the room (#2824)
This is going to make `Can get rooms/{roomId}/messages for a departed
room (SPEC-216)` pass, since we now only grep events from before the
user left the room.
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 1387838f..e92ae649 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -752,4 +752,6 @@ When user joins a room the state is included in the next sync When user joins a room the state is included in a gapped sync Messages that notify from another user increment notification_count Messages that highlight from another user increment unread highlight count -Notifications can be viewed with GET /notifications
\ No newline at end of file +Notifications can be viewed with GET /notifications +Can get rooms/{roomId}/messages for a departed room (SPEC-216) +Local device key changes appear in /keys/changes
\ No newline at end of file |