diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-02 10:18:17 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-10-02 10:18:17 +0100 |
commit | 33d4ebdf78149705aa4b73cabe593337619ca2a7 (patch) | |
tree | 2cc7a3443324fe9fde287ae53e91c45152805c39 | |
parent | Fix fetching censored redactions from DB (diff) | |
download | synapse-33d4ebdf78149705aa4b73cabe593337619ca2a7.tar.xz |
Newsfile
-rw-r--r-- | changelog.d/6145.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6145.bugfix b/changelog.d/6145.bugfix new file mode 100644 index 0000000000..9e0eb5dd4c --- /dev/null +++ b/changelog.d/6145.bugfix @@ -0,0 +1 @@ +Fix fetching censored redactions from DB, which caused APIs like initial sync to fail if it tried to include the censored redaction. |