diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-09 15:13:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-09 15:13:02 +0100 |
commit | de26678724cd5c19dcc77c0d55fd89320cee38d4 (patch) | |
tree | c1ecc028f2a272f77056a5474b934acdd0b0358c /changelog.d | |
parent | Fix existing hex encoded json values in DB (diff) | |
download | synapse-de26678724cd5c19dcc77c0d55fd89320cee38d4.tar.xz |
Update changelog.d/6185.bugfix
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6185.bugfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/6185.bugfix b/changelog.d/6185.bugfix index 199ec69032..9d1c669b88 100644 --- a/changelog.d/6185.bugfix +++ b/changelog.d/6185.bugfix @@ -1 +1 @@ -Fix bug where we were updating censored events as bytes rather than text, occaisonally causing invalid JSON being inserted breaking APIs that attempted to fetch such events. +Fix bug where redacted events were sometimes incorrectly censored in the database, breaking APIs that attempted to fetch such events. |