summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-03-02 07:24:29 -0500
committerGitHub <noreply@github.com>2023-03-02 07:24:29 -0500
commit33a85cf08ccf3713599a168ae1ed10d35ada2009 (patch)
tree72167d4a970ab6917e766e1d49a3d63b3f57cc45 /changelog.d
parentAdd Sytest jobs with the asyncio reactor enabled (#14101) (diff)
downloadsynapse-33a85cf08ccf3713599a168ae1ed10d35ada2009.tar.xz
Fix conflicting URLs for dehydrated devices. (#15180)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15180.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15180.bugfix b/changelog.d/15180.bugfix
new file mode 100644
index 0000000000..e7a3dcd41a
--- /dev/null
+++ b/changelog.d/15180.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse 1.78.0 where requests to claim dehydrated devices would fail with a `405` error.