summary refs log tree commit diff
path: root/synapse/storage/event_push_actions.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make LRU cache not default to treecache & add options to use itDavid Baker2016-01-221-1/+1
|
* Use new invalidate_many cache invalidation to invalidate the ↵David Baker2016-01-221-4/+15
| | | | event_push_actions cache appropriately.
* Cache get_unread_event_push_actions_by_room_for_userErik Johnston2016-01-211-1/+2
|
* Return highlight_count in /syncErik Johnston2016-01-191-2/+3
|
* Remove the PushersTable and EventPushActionsTable objectsMark Haines2016-01-121-5/+1
|
* Delete notifications for redacted eventsDavid Baker2016-01-061-0/+12
|
* Add is_guest flag to users db to track whether a user is a guest user or ↵David Baker2016-01-061-2/+2
| | | | not. Use this so we can run _filter_events_for_client when calculating event_push_actions.
* = not == in sqlDavid Baker2016-01-041-1/+1
|
* Rename event-actions to event_push_actions as per PR requestDavid Baker2016-01-041-0/+98