summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-01-15 16:57:23 +0000
committerGitHub <noreply@github.com>2021-01-15 16:57:23 +0000
commit2de7e263ed0280b21fa0e165bf220b501e6e6d76 (patch)
treeabdd14569f3c907baa897289554e7c695a53743f /changelog.d
parentLand support for multiple OIDC providers (#9110) (diff)
downloadsynapse-2de7e263ed0280b21fa0e165bf220b501e6e6d76.tar.xz
Ensure we store pusher data as text (#9117)
I don't think there's any need to use canonicaljson here.

Fixes: #4475.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9117.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9117.bugfix b/changelog.d/9117.bugfix
new file mode 100644
index 0000000000..233a76d18b
--- /dev/null
+++ b/changelog.d/9117.bugfix
@@ -0,0 +1 @@
+Fix corruption of `pushers` data when a postgres bouncer is used.