matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

Return attrs for more media repo APIs. #16611

Closed clokep closed 11 months ago

clokep commented 11 months ago

More on my war to kill of unneeded dicts.

A few spots in the media repo that we returned dictionaries are easy to convert to attr, so do that. 🎉 I don't think there's much surprising here.