synapse/changelog.d/6619.misc
Richard van der Hoff b6b57ecb4e
Kill off redundant SynapseRequestFactory (#6619)
We already get the Site via the Channel, so there's no need for a dedicated
RequestFactory: we can just use the right constructor.
2020-01-03 14:19:48 +00:00

1 line
68 B
Text

Simplify http handling by removing redundant SynapseRequestFactory.