mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 04:52:46 +00:00
sytest: Add remaining backfill tests (#1052)
One failed because of `null` instead of `[]` in HTTP responses. One failed because we hadn't implemented in-line filter limits!
This commit is contained in:
parent
1414922026
commit
6091bf044f
4 changed files with 25 additions and 2 deletions
|
@ -281,3 +281,5 @@ An event which redacts itself should be ignored
|
|||
A pair of events which redact each other should be ignored
|
||||
Outbound federation can backfill events
|
||||
Inbound federation can backfill events
|
||||
Backfill checks the events requested belong to the room
|
||||
Backfilled events whose prev_events are in a different room do not allow cross-room back-pagination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue