diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-02-28 07:52:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-28 07:52:44 -0500 |
commit | 9e83521af860cb33a7459dbe74188ce5ef39f446 (patch) | |
tree | ae310a459a2bb2752de83dea0c049e0e67d54ae4 /changelog.d | |
parent | Replace assertEquals and friends with non-deprecated versions. (#12092) (diff) | |
download | synapse-9e83521af860cb33a7459dbe74188ce5ef39f446.tar.xz |
Properly failover for unknown endpoints from Conduit/Dendrite. (#12077)
Before this fix, a legitimate 404 from a federation endpoint (e.g. due to an unknown room) would be treated as an unknown endpoint. This could cause unnecessary federation traffic.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12077.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12077.bugfix b/changelog.d/12077.bugfix new file mode 100644 index 0000000000..1bce82082d --- /dev/null +++ b/changelog.d/12077.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug where Synapse would make additional failing requests over federation for missing data. |