summary refs log tree commit diff
path: root/synapse/handlers/account_data.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
|
* Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-0/+144
|
* Add type hints to some handlers (#8505)Patrick Cloke2020-10-091-3/+11
|
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
|
* Remove unused `get_pagination_rows` methods. (#6557)Erik Johnston2019-12-171-3/+0
| | | Remove unused get_pagination_rows methods
* Port handlers.account_validity to async/await.Erik Johnston2019-12-101-1/+1
|
* Port handlers.account_data to async/await.Erik Johnston2019-12-101-9/+5
|
* Update black to 19.10b0 (#6304)Amber Brown2019-11-011-3/+4
| | | * update version of black and also fix the mypy config being overridden
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-2/+2
| | | | | Python will return a tuple whether there are parentheses around the returned values or not. I'm just sick of my editor complaining about this all over the place :)
* Replace returnValue with return (#5736)Amber Brown2019-07-231-2/+2
|
* Run Black. (#5482)Amber Brown2019-06-201-15/+8
|
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Add API for setting account_data globaly or on a per room basisMark Haines2015-12-011-1/+20
|
* s/private_user_data/account_data/Mark Haines2015-11-181-0/+46