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:
Andrew Morgan 2019-07-18 08:41:29 +01:00 committed by Alex Chen
parent 504d23f468
commit e56d6e41fd
2 changed files with 4 additions and 2 deletions

View file

@ -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