summary refs log tree commit diff
path: root/synapse/storage/databases/main/signatures.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop reading from `event_reference_hashes` (#11794)Richard van der Hoff2022-01-211-30/+24
| | | | Preparation for dropping this table altogether. Part of #6574.
* Get db signatures file to pass mypy (#11312)David Robertson2021-11-111-2/+2
|
* 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>`
* Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-011-7/+33
|
* Convert additional database stores to async/await (#8045)Patrick Cloke2020-08-071-5/+2
|
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+71