aboutsummaryrefslogtreecommitdiff
path: root/sytest-whitelist
diff options
context:
space:
mode:
authorTill <2353100+S7evinK@users.noreply.github.com>2022-10-25 12:39:10 +0200
committerGitHub <noreply@github.com>2022-10-25 12:39:10 +0200
commit313cb3fd193397536b069d819f8346d625d82af8 (patch)
treef698a100adbb8476d1bc0b2f61629765e384fc08 /sytest-whitelist
parent7506e3303e78e47a7bea454de1e726c6f6640d2f (diff)
Filter `/members`, return members at given point (#2827)
Makes the tests ``` Can get rooms/{roomId}/members at a given point Can filter rooms/{roomId}/members ``` pass, by moving `/members` and `/joined_members` to the SyncAPI.
Diffstat (limited to 'sytest-whitelist')
-rw-r--r--sytest-whitelist4
1 files changed, 3 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist
index e92ae649..e5e405af 100644
--- a/sytest-whitelist
+++ b/sytest-whitelist
@@ -754,4 +754,6 @@ 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
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
+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