summary refs log tree commit diff
path: root/synapse/push/action_generator.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add bulk push rule evaluator which actually still evaluates rules one by one,...David Baker2015-12-221-17/+11
* Only run pushers for users on this hs!David Baker2015-12-211-1/+7
* still very WIP, but now sends unread_notifications_count in the room object o...David Baker2015-12-161-1/+1
* Store nothing instead of ['dont_notify'] for events with no notification requ...David Baker2015-12-101-4/+4
* Save event actions to the dbDavid Baker2015-12-101-2/+4
* Very first cut of calculating actions for events as they come in. Doesn't sto...David Baker2015-12-101-0/+47