diff options
author | David Robertson <davidr@element.io> | 2022-10-31 20:31:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 20:31:43 +0000 |
commit | dbfc9b803ee32f7b31c2b5ccbc53a1bfcaa95983 (patch) | |
tree | e59a0e29c0a839a62a437626eee705ec19323ead /changelog.d | |
parent | Support OIDC backchannel logouts (#11414) (diff) | |
download | synapse-dbfc9b803ee32f7b31c2b5ccbc53a1bfcaa95983.tar.xz |
Fix dehydrated device REST checks (#14336)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14336.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14336.bugfix b/changelog.d/14336.bugfix new file mode 100644 index 0000000000..d44ff1bbc7 --- /dev/null +++ b/changelog.d/14336.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in Synapse 1.70 where clients were unable to PUT new [dehydrated devices](https://github.com/matrix-org/matrix-spec-proposals/pull/2697). |