summary refs log tree commit diff
path: root/changelog.d/5155.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 0.99.4rc1 v0.99.4rc1Brendan Abolivier2019-05-131-1/+0
|
* URL preview blacklisting fixes (#5155)Andrew Morgan2019-05-101-0/+1
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.