matrix-org / complement

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

Handle authed media endpoint #731

Closed S7evinK closed 3 months ago

S7evinK commented 3 months ago

This should fix issues where Dendrite attempts to call the authed media endpoint first and only falling back to the legacy media endpoint, as seen here.

S7evinK commented 3 months ago

Dendrite failing is expected, as it needs https://github.com/matrix-org/dendrite/pull/3397 first.