summary refs log tree commit diff
path: root/synapse/handlers/events.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-27make /context lazyload & filter aware (#3567)Matthew Hodgson5-7/+43
make /context lazyload & filter aware.
2018-07-26Deduplicate redundant lazy-loaded members (#3331)Matthew Hodgson3-25/+72
* attempt at deduplicating lazy-loaded members as per the proposal; we can deduplicate redunda