aboutsummaryrefslogtreecommitdiff
path: root/sytest-whitelist
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2022-10-25 15:15:24 +0200
committerGitHub <noreply@github.com>2022-10-25 15:15:24 +0200
commitc62ac3d6ad5c60f5f28a0f50bba50f7cbc2436ce (patch)
tree7053d476211bcc705e48ebd4d4391fd05aed2613 /sytest-whitelist
parent8b7bf5e7d7dbb7d87848156c27666fc2353efeba (diff)
Fix `Current state appears in timeline in private history with many messages after` (#2830)
The problem was that we weren't getting enough recent events, as most of them were removed by the history visibility filter. Now we're getting all events between the given input range and re-slice the returned values after applying history visibility.
Diffstat (limited to 'sytest-whitelist')
-rw-r--r--sytest-whitelist3
1 files changed, 2 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist
index e5e405af..60610929 100644
--- a/sytest-whitelist
+++ b/sytest-whitelist
@@ -756,4 +756,5 @@ 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
Can get rooms/{roomId}/members at a given point
-Can filter rooms/{roomId}/members \ No newline at end of file
+Can filter rooms/{roomId}/members
+Current state appears in timeline in private history with many messages after \ No newline at end of file