summary refs log tree commit diff
path: root/synapse/storage/databases/main/session.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run `pyupgrade --py37-plus --keep-percent-format` on Synapse (#11685)Shay2022-01-051-1/+0
| | | | | | | | | * newsfragment * fix newsfragment number * update changelog * remove extra space
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
| | | | Instead of proxying through the magic getter of the RootConfig object. This should be more performant (and is more explicit).
* Persist room hierarchy pagination sessions to the database. (#10613)Patrick Cloke2021-08-241-0/+145