diff options
author | Erik Johnston <erik@matrix.org> | 2019-03-08 15:08:34 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-03-08 15:08:34 +0000 |
commit | cac4723afe9d805b5d2906665fafffaef5d3e1a9 (patch) | |
tree | fceb747b306fbd4854ca26b3def5a0c28a55a1c9 /changelog.d | |
parent | Make `prev_state` field optional (diff) | |
download | synapse-cac4723afe9d805b5d2906665fafffaef5d3e1a9.tar.xz |
Newsfile
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. |