0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-03 08:25:35 +02:00
synapse/changelog.d/11793.misc
Richard van der Hoff c027bc0e4b
Add FrozenEvent.get_state_key and use it in a couple of places (#11793)
This is more efficient, since we only have to look up `state_key` in the event
dict once, rather than three (!) times.
2022-01-21 09:10:01 +00:00

1 line
66 B
Text

Add `FrozenEvent.get_state_key` and use it in a couple of places.