summary refs log tree commit diff
path: root/synapse/handlers/state_deltas.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add type hints to various handlers. (#9223)Patrick Cloke2021-01-261-2/+12
* Fix typos and spelling errors. (#8639)Patrick Cloke2020-10-231-1/+1
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Convert user directory handler and related classes to async/await. (#7640)Patrick Cloke2020-06-051-6/+3
* Replace returnValue with return (#5736)Amber Brown2019-07-231-4/+4
* Run Black. (#5482)Amber Brown2019-06-201-1/+0
* Refactor out state delta handling into its own class (#4917)Amber Brown2019-03-251-0/+70