diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-01-13 12:59:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 12:59:29 +0000 |
commit | 55cfe391f726a06c6303a7bf71ffee28d00f9f33 (patch) | |
tree | f20d03c7699ef3bef38bf8e0f927c4cd20ce19c4 /sytest-whitelist | |
parent | fa65c40bae3b02540446b4c600533a673853e2d0 (diff) |
Update /messages pagination token behaviour (#1708)
* Tweak pagination tokens
* start should be the specified from
* Don't reverse start and end
* Tweak getStartEnd again
* Update sytest-whitelist
* NOTSPEC: Re-add iOS end of topology
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index cfbe5443..cb84913b 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -501,3 +501,5 @@ Can forget room you've been kicked from /joined_members return joined members A next_batch token can be used in the v1 messages API Users receive device_list updates for their own devices +m.room.history_visibility == "world_readable" allows/forbids appropriately for Guest users +m.room.history_visibility == "world_readable" allows/forbids appropriately for Real users |