mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 01:04:48 -04:00

This is more efficient, since we only have to look up `state_key` in the event dict once, rather than three (!) times.
1 line
66 B
Text
1 line
66 B
Text
Add `FrozenEvent.get_state_key` and use it in a couple of places.
|