summary refs log tree commit diff
path: root/synapse/util/caches/treecache.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-18Fix seven contrib files with Python syntax errors (#5446)cclauss7-119/+131
* Fix seven contrib files with Python syntax errors Signed-off-by: cclauss <cclauss@me.com>
2019-06-17Make check_threepid_can_be_invited asyncBrendan Aboliv