summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-12-09 11:37:26 +0000
committerGitHub <noreply@github.com>2019-12-09 11:37:26 +0000
commite519489fc43865a0a01e2295782389e322ba5100 (patch)
tree08cc4afd9d830876d867a32bf59fecc44d1799d2 /changelog.d
parentMerge pull request #6484 from matrix-org/erikj/port_sync_handler (diff)
downloadsynapse-e519489fc43865a0a01e2295782389e322ba5100.tar.xz
Remove fallback for missing /federation/v1/state_ids API (#6488)
This API was added way back in 0.17.0; the code here is annoying to maintain
and entirely redundant.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6488.removal1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6488.removal b/changelog.d/6488.removal
new file mode 100644
index 0000000000..06e034a213
--- /dev/null
+++ b/changelog.d/6488.removal
@@ -0,0 +1 @@
+Remove fallback for federation with old servers which lack the /federation/v1/state_ids API.