Remove 'on_' prefix from notifier actions

This commit is contained in:
JonnyWong16 2016-10-19 20:02:11 -07:00 committed by JonnyWong16
parent 7da1edfcc5
commit 08a9b59ca4
2 changed files with 5 additions and 5 deletions

View file

@ -179,7 +179,7 @@ def notify(notifier_id=None, notify_action=None, stream_data=None, timeline_data
notifiers.send_notification(notifier_id=notifier_config['id'],
subject=subject,
body=body,
notify_action=notify_action,
action=notify_action.split('on_')[-1],
parameters=parameters)
# Set the notification state in the db