added new hook for notification pushing

This commit is contained in:
Julian Lam
2014-06-17 21:10:21 -04:00
parent 15c16c2502
commit dedc6d8154
2 changed files with 15 additions and 1 deletions

View File

@@ -203,6 +203,13 @@ Executed whenever a post is created or edited, after it is saved into the databa
``action:post.restore``
^^^^^^^^^^^^^^^^^^^^^
``action:notification.pushed``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
**Argument(s)**: A notification object (javascript Object)
Executed whenever a notification is pushed to a user.
``action:config.set``
^^^^^^^^^^^^^^^^^^^^^