diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-10-08 09:35:37 +0100 |
---|---|---|
committer | Amber Brown <hawkowl@atleastfornow.net> | 2019-10-08 09:35:37 +0100 |
commit | b94a401852a5b6d87455285ea050c4e0731dd6ab (patch) | |
tree | 7d692b4049d13ea066e2bee57525caa5e3ca31d8 /changelog.d | |
parent | fix changelog (diff) | |
download | synapse-b94a401852a5b6d87455285ea050c4e0731dd6ab.tar.xz |
Fix /federation/v1/state for recent room versions (#6170)
* Fix /federation/v1/state for recent room versions Turns out this endpoint was completely broken for v3 rooms. Hopefully this re-signing code is irrelevant nowadays anyway.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6170.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6170.bugfix b/changelog.d/6170.bugfix new file mode 100644 index 0000000000..52f7ea233c --- /dev/null +++ b/changelog.d/6170.bugfix @@ -0,0 +1 @@ +Fix /federation/v1/state endpoint for recent room versions. |