diff options
author | Erik Johnston <erikj@jki.re> | 2019-03-11 09:22:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-11 09:22:33 +0000 |
commit | ca7f7d84f4121b24fc6c133e82bb46f1e4a2f52d (patch) | |
tree | 60fcb924a8018fee7551df7f6157e9fff754dd9f /changelog.d | |
parent | Merge pull request #4814 from matrix-org/erikj/soft_fail_impl (diff) | |
parent | Add comment to schema (diff) | |
download | synapse-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.bugfix | 1 |
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. |