diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-09 15:39:13 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-10-17 16:29:07 +0100 |
commit | a2bb50c2eb431414d999ec682b236620528b00e1 (patch) | |
tree | bcc47f7f45842f5bfc2738faece9ff252c0740b3 /changelog.d/6185.bugfix | |
parent | 1.4.0 (diff) | |
download | synapse-a2bb50c2eb431414d999ec682b236620528b00e1.tar.xz |
Merge pull request #6185 from matrix-org/erikj/fix_censored_evnets
Fix inserting bytes as text in `censor_redactions`
Diffstat (limited to 'changelog.d/6185.bugfix')
-rw-r--r-- | changelog.d/6185.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6185.bugfix b/changelog.d/6185.bugfix new file mode 100644 index 0000000000..9d1c669b88 --- /dev/null +++ b/changelog.d/6185.bugfix @@ -0,0 +1 @@ +Fix bug where redacted events were sometimes incorrectly censored in the database, breaking APIs that attempted to fetch such events. |