summary refs log tree commit diff
path: root/synapse/storage/databases/main/censor_events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-131-2/+11
* Add type hints to some storage classes (#11307)Patrick Cloke2021-11-111-14/+16
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-3/+5
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Remove frozendict_json_encoder and support frozendicts everywhereRichard van der Hoff2020-10-281-3/+3
* Move additional tasks to the background worker, part 3 (#8489)Patrick Cloke2020-10-091-8/+7
* Enable mypy checking for unreachable code and fix instances. (#8432)Patrick Cloke2020-10-011-3/+3
* Convert account data, device inbox, and censor events databases to async/awai...Patrick Cloke2020-08-121-7/+4
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+210