summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-09 15:39:13 +0100
committerGitHub <noreply@github.com>2019-10-09 15:39:13 +0100
commitdef54134807b797a17f05d33c4f794f13ac6b3e7 (patch)
tree21620381ebe22dc68d8a39b0d1c1d861fc67ddab /changelog.d
parentMerge pull request #6178 from matrix-org/babolivier/factor_out_bg_updates (diff)
parentUpdate changelog.d/6185.bugfix (diff)
downloadsynapse-def54134807b797a17f05d33c4f794f13ac6b3e7.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')
-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.