summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-08 15:03:28 +0100
committerErik Johnston <erik@matrix.org>2019-10-08 16:18:43 +0100
commit6b72508d15b2a074fb35e68cec45700f10ea09f2 (patch)
tree01983b932467e377ec6296ad54487439b6571e56
parentFix inserting bytes as text (diff)
downloadsynapse-6b72508d15b2a074fb35e68cec45700f10ea09f2.tar.xz
Newsfile
-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..199ec69032
--- /dev/null
+++ b/changelog.d/6185.bugfix
@@ -0,0 +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.