diff options
author | Erik Johnston <erik@matrix.org> | 2019-10-10 15:59:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-10 15:59:35 +0100 |
commit | 329eae9cda8c57b00ce5aeba5ac12356a8ae9775 (patch) | |
tree | 810580232ad1fbb8943dbb37870978d44b62ddbe /changelog.d | |
parent | Merge pull request #6191 from matrix-org/rav/fix_packaging (diff) | |
parent | Fix postgres unit tests (diff) | |
download | synapse-329eae9cda8c57b00ce5aeba5ac12356a8ae9775.tar.xz |
Merge pull request #6186 from matrix-org/erikj/disable_sql_bytes
Disable bytes usage with postgres
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6186.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6186.bugfix b/changelog.d/6186.bugfix new file mode 100644 index 0000000000..199ec69032 --- /dev/null +++ b/changelog.d/6186.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. |