diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-08 15:03:28 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-10-08 16:18:43 +0100 |
commit | 6b72508d15b2a074fb35e68cec45700f10ea09f2 (patch) | |
tree | 01983b932467e377ec6296ad54487439b6571e56 | |
parent | Fix inserting bytes as text (diff) | |
download | synapse-6b72508d15b2a074fb35e68cec45700f10ea09f2.tar.xz |
Newsfile
-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..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. |