summary refs log tree commit diff
path: root/changelog.d/6619.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kill off redundant SynapseRequestFactory (#6619)Richard van der Hoff2020-01-031-0/+1
We already get the Site via the Channel, so there's no need for a dedicated RequestFactory: we can just use the right constructor.