diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-01-15 16:57:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 16:57:23 +0000 |
commit | 2de7e263ed0280b21fa0e165bf220b501e6e6d76 (patch) | |
tree | abdd14569f3c907baa897289554e7c695a53743f /changelog.d | |
parent | Land support for multiple OIDC providers (#9110) (diff) | |
download | synapse-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.bugfix | 1 |
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. |