summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-05-05 14:17:27 +0100
committerGitHub <noreply@github.com>2020-05-05 14:17:27 +0100
commit7941a70fa8b297b0dec320a9b7dda01df3efe1e4 (patch)
tree4e37a35d9f09889c5a19d43d862f1e04bf708a39 /changelog.d
parentFix ordering in MANIFEST.in (diff)
downloadsynapse-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')
-rw-r--r--changelog.d/7393.bugfix1
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`.