1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-05 23:46:52 +00:00
synapse/changelog.d/10629.misc
Patrick Cloke bec01c0758
Convert room member storage tuples to attrs. (#10629)
Instead of using namedtuples. This helps with asserting type hints
and code completion.
2021-08-18 09:22:07 -04:00

1 line
55 B
Text

Convert room member storage tuples to `attrs` classes.