synapse/changelog.d/12077.bugfix
Patrick Cloke 9e83521af8
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.
2022-02-28 07:52:44 -05:00

2 lines
111 B
Plaintext

Fix a long-standing bug where Synapse would make additional failing requests over federation for missing data.