summary refs log tree commit diff
path: root/synapse/notifier.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-22Revert b4a41aa542203c03bb8a6c93097b94bc5d167265 as it's just broken.David Baker1-9/+1
2016-01-22Don't add notifications to the table unless there's actually a 'notify' actionDavid Baker1-1/+9
2016-01-22Don't mutate cached valuesErik Johnston1-2/+6
2016-01-22Don't crash if a user has no push rule enabled entriesDavid Baker1-0/+3
2016-01-22Overlay the push_rules_enabled map for users, otherwise they won't be able to...David Baker2-0/+43
2016-01-22Don't add the member functiopn if we're not using treecacheDavid Baker1-1/+4
2016-01-22docsDavid Baker1-1/+5
2016-01-22Revert all the bits changing keys of eeverything that used LRUCaches to tuplesDavid Baker5-44/+44
2016-01-22Make LRU cache not default to treecache & add options to use itDavid Baker4-12/+22
2016-01-22Add __contains__David Baker1-0/+3
2016-01-22Docs for treecacheDavid Baker1-0/+5
2016-01-22Use new invalidate_many cache invalidation to invalidate the event_push_actio...David Baker1