mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
2f48c4e1ae
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.
1 line
130 B
Plaintext
1 line
130 B
Plaintext
Prevent an exception from being raised in a IResolutionReceiver and use a more generic error message for blacklisted URL previews. |