summary refs log tree commit diff
path: root/changelog.d/6185.bugfix
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-09 15:39:13 +0100
committerRichard van der Hoff <richard@matrix.org>2019-10-17 16:29:07 +0100
commita2bb50c2eb431414d999ec682b236620528b00e1 (patch)
treebcc47f7f45842f5bfc2738faece9ff252c0740b3 /changelog.d/6185.bugfix
parent1.4.0 (diff)
downloadsynapse-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.bugfix1
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.