diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2023-03-02 07:24:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-02 07:24:29 -0500 |
commit | 33a85cf08ccf3713599a168ae1ed10d35ada2009 (patch) | |
tree | 72167d4a970ab6917e766e1d49a3d63b3f57cc45 /changelog.d | |
parent | Add Sytest jobs with the asyncio reactor enabled (#14101) (diff) | |
download | synapse-33a85cf08ccf3713599a168ae1ed10d35ada2009.tar.xz |
Fix conflicting URLs for dehydrated devices. (#15180)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/15180.bugfix | 1 |
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. |