matrix-org / synapse

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

Convert state delta processing from a dict to attrs. #16469

Closed clokep closed 1 year ago

clokep commented 1 year ago

Related to #16431, but also just gives better type hints.