summary refs log tree commit diff
path: root/tests/handlers/test_appservice.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-08Remove access-token support from RegistrationHandler.register (#5641)Richard van der Hoff8-81/+44
Nothing uses this now, so we can remove the dead code, and clean up the API. Since we're changing the shape of the return value anyway, we take the opportunity to give the method a better name.
2019-07-08LintBrendan Abolivier1