summary refs log tree commit diff
path: root/synapse/state.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-20Use get_cache_factor_for function for `state_cache`Erik Johnston1-2/+2
This allows the cache factor for `state_cache` to be individually specified in the enviroment
2018-08-18Integrate presence from hotfixes (#3694)Amber Brown17-67/+303
2018-08-18Remove v1/register's broken shared secret func