famedly / matrix-dart-sdk

Matrix SDK written in pure Dart.
GNU Affero General Public License v3.0
58 stars 31 forks source link

feat: support for authenticated media #1901

Closed td-famedly closed 3 weeks ago

td-famedly commented 4 weeks ago

The ideal way to fix this would be autogen with the v1.11 spec. But because it changed from openapi v2 to v3 that looks like a bit more work than expected. Separating out auth media stuff from that because of urgency.

To test these changes please make sure your server properly registers the new media endpoints. Famedly servers do not atm because of worker misconfiguration. Tracking issue: https://github.com/famedly/infra-meta/issues/1688