diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-03-18 10:40:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 10:40:01 +0000 |
commit | 475d3c1af96c663ecc25859d654fad6063e70b8a (patch) | |
tree | 767f75372473f32ab1e4d95bff0cde7ea77cb968 /sytest-whitelist | |
parent | 191486438cc0d2999dc93878901f7d7d4cae4293 (diff) |
Better mapping of stream positions to topological positions in `/messages` (#2263)
* Convert stream positions into topological positions for both `from` and `to` in `/messages`
* Hopefully it works now
* Remove unnecessary logging
* Return sane values if `StreamToTopologicalPosition` can't work out the right thing to do
* Revert logging change
* tweaks
* Fix `selectEventIDsInRangeASCSQL`
* Test `Getting messages going forward is limited for a departed room (SPEC-216)` was passing incorrectly so un-whitelist it
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index c3a4ad92..40bf5afa 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -239,7 +239,6 @@ Inbound federation can query room alias directory Outbound federation can query v2 /send_join Inbound federation can receive v2 /send_join Message history can be paginated -Getting messages going forward is limited for a departed room (SPEC-216) Backfill works correctly with history visibility set to joined Guest user cannot call /events globally Guest users can join guest_access rooms |