Fix typo in setting recently added notification state

This commit is contained in:
JonnyWong16 2016-02-21 22:59:27 -08:00
parent 5e094e7597
commit 6860e348dc

View file

@ -269,7 +269,7 @@ def notify_timeline(timeline_data=None, notify_action=None):
metadata=metadata) metadata=metadata)
# Set the notification state in the db # Set the notification state in the db
set_notify_state(session=stream_data, set_notify_state(session=timeline_data,
notify_action=notify_action, notify_action=notify_action,
agent_info=agent, agent_info=agent,
notify_strings=notify_strings, notify_strings=notify_strings,