mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-17 15:31:19 +01:00
57f6f59e3e
Method `_get_state_map_for_room` seems to break in presence of some ill-formed events in the database. Reimplementing this method to use `get_current_state`, which is more robust to such events.
1 line
97 B
Text
1 line
97 B
Text
Make use of the more robust `get_current_state` in `_get_state_map_for_room` to avoid breakages.
|