diff options
author | Erik Johnston <erik@matrix.org> | 2020-05-05 14:17:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 14:17:27 +0100 |
commit | 7941a70fa8b297b0dec320a9b7dda01df3efe1e4 (patch) | |
tree | 4e37a35d9f09889c5a19d43d862f1e04bf708a39 /synapse | |
parent | Fix ordering in MANIFEST.in (diff) | |
download | synapse-7941a70fa8b297b0dec320a9b7dda01df3efe1e4.tar.xz |
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.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/events/snapshot.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/synapse/events/snapshot.py b/synapse/events/snapshot.py |