summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-03-11 09:22:33 +0000
committerGitHub <noreply@github.com>2019-03-11 09:22:33 +0000
commitca7f7d84f4121b24fc6c133e82bb46f1e4a2f52d (patch)
tree60fcb924a8018fee7551df7f6157e9fff754dd9f /changelog.d
parentMerge pull request #4814 from matrix-org/erikj/soft_fail_impl (diff)
parentAdd comment to schema (diff)
downloadsynapse-ca7f7d84f4121b24fc6c133e82bb46f1e4a2f52d.tar.xz
Merge pull request #4837 from matrix-org/erikj/optional_prev_state
Make `prev_state` field optional
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4837.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4837.bugfix b/changelog.d/4837.bugfix
new file mode 100644
index 0000000000..989aeb82bb
--- /dev/null
+++ b/changelog.d/4837.bugfix
@@ -0,0 +1 @@
+Fix bug where synapse expected an un-specced `prev_state` field on state events.