synapse/changelog.d/7393.bugfix
Erik Johnston 7941a70fa8
Fix bug in EventContext.deserialize. (#7393)
This caused `prev_state_ids` to be incorrect if the state event was not
replacing an existing state entry.
2020-05-05 14:17:27 +01:00

2 lines
39 B
Plaintext

Fix bug in `EventContext.deserialize`.