matrix-org / complement

Matrix compliance test suite
Apache License 2.0
61 stars 52 forks source link

unknown endpoints: allow PUT /_matrix/media/v3/upload #638

Closed sumnerevans closed 1 year ago

sumnerevans commented 1 year ago

As of MSC2246, the PUT method is allowed on the /_matrix/media/v3/upload endpoint.

See the spec documentation here: https://spec.matrix.org/v1.7/client-server-api/#put_matrixmediav3uploadservernamemediaid

Note that this blocks https://github.com/matrix-org/synapse/pull/15503

Signed-off-by: Sumner Evans sumner@beeper.com

Pull Request Checklist