mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-02 22:22:46 +00:00
Remove the trailing slash from /send/{txnID} and /backfill/{roomID} (#746)
In conjunction with matrix-org/sytest#651, /send/{txnID} and /backfill/{roomID} should not have trailing slashes according to the spec.
This commit is contained in:
parent
504d23f468
commit
e56d6e41fd
2 changed files with 4 additions and 2 deletions
2
testfile
2
testfile
|
@ -147,3 +147,5 @@ Inbound federation can receive room-join requests
|
|||
Typing events appear in initial sync
|
||||
Typing events appear in incremental sync
|
||||
Typing events appear in gapped sync
|
||||
Inbound federation of state requires event_id as a mandatory paramater
|
||||
Inbound federation of state_ids requires event_id as a mandatory paramater
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue