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 /changelog.d/7393.bugfix | |
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 'changelog.d/7393.bugfix')
-rw-r--r-- | changelog.d/7393.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7393.bugfix b/changelog.d/7393.bugfix new file mode 100644 index 0000000000..74419af858 --- /dev/null +++ b/changelog.d/7393.bugfix @@ -0,0 +1 @@ +Fix bug in `EventContext.deserialize`. |