mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-14 21:15:12 +00:00
b90a0e9fe9
Convert `prev_state_events` to use `StrCollection` rather than requiring it to be a mutable list. None of the usages require it to be a proper list, and besides, events are immutable and therefore so should `event.prev_state_events`.