summary refs log tree commit diff
path: root/synapse/storage/purge_events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* Purge chain cover tables when purging events. (#9498)Patrick Cloke2021-03-031-5/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-4/+2
* Add additional type hints to the storage module. (#8980)Patrick Cloke2020-12-301-3/+8
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Convert storage layer to async/await. (#7963)Patrick Cloke2020-07-281-20/+18
* Fix purge_room admin API (#6711)Erik Johnston2020-01-151-1/+1
* Split state groups into a separate data store (#6296)Erik Johnston2019-12-201-2/+2
* Change to not require a state_groups.room_id index.Erik Johnston2019-11-041-2/+2
* Split purge API into events vs stateErik Johnston2019-10-301-0/+117