Rename event-actions to event_push_actions as per PR request

This commit is contained in:
David Baker 2016-01-04 14:05:37 +00:00
parent 928c575c6f
commit c914d67cda
6 changed files with 17 additions and 17 deletions

View file

@ -896,7 +896,7 @@ class SyncHandler(BaseHandler):
notifs = []
if last_unread_event_id:
notifs = yield self.store.get_unread_event_actions_by_room_for_user(
notifs = yield self.store.get_unread_event_push_actions_by_room_for_user(
room_id, sync_config.user.to_string(), last_unread_event_id
)
else: