summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-16Remove redundant calls to `render()`Richard van der Hoff13-106/+32
2020-11-16Make `make_request` actually render the requestRichard van der Hoff9-68/+57
remove the stubbing out of `request.process`, so that `requestReceived` also renders the request via the appropriate resource. Replace render() with a stub for now.
2020-11-16