summary refs log tree commit diff
path: root/changelog.d/10831.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.44.0rc1Erik Johnston2021-09-281-1/+0
|
* Require type hints in the handlers module. (#10831)Patrick Cloke2021-09-201-0/+1
Adds missing type hints to methods in the synapse.handlers module and requires all methods to have type hints there. This also removes the unused construct_auth_difference method from the FederationHandler.