mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-17 18:31:01 +02:00
Prevents a SynapseError being raised inside of a IResolutionReceiver and instead opts to just return 0 results. This thus means that we have to lump a failed lookup and a blacklisted lookup together with the same error message, but the substitute should be generic enough to cover both cases.