mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04: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.
2 lines
97 B
Plaintext
2 lines
97 B
Plaintext
Make use of the more robust `get_current_state` in `_get_state_map_for_room` to avoid breakages.
|