summary refs log tree commit diff
path: root/changelog.d/5300.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove some pointless exception handlingRichard van der Hoff2019-05-301-0/+1
The verify_request deferred already returns a suitable SynapseError, so I don't really know what we expect to achieve by doing more wrapping, other than log spam. Fixes #4278.