Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-01-03 | Remove unused, undocumented "content repo" resource (#6628) | Richard van der Hoff | 9 | -128/+3 | |
This looks like it got half-killed back in #888. Fixes #6567. | |||||
2020-01-03 | Kill off redundant SynapseRequestFactory (#6619) | Richard van der Hoff | 3 | -17/+8 | |
We already get the Site via the Channel, so there's no need for a dedicated RequestFactory: we can just use the right constructor. | |||||