diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-12-09 11:37:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-09 11:37:26 +0000 |
commit | e519489fc43865a0a01e2295782389e322ba5100 (patch) | |
tree | 08cc4afd9d830876d867a32bf59fecc44d1799d2 /changelog.d/6488.removal | |
parent | Merge pull request #6484 from matrix-org/erikj/port_sync_handler (diff) | |
download | synapse-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/6488.removal')
-rw-r--r-- | changelog.d/6488.removal | 1 |
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. |