The real [Start|End]NewAtomPubActivity event definition

This commit is contained in:
Mikael Nordfeldth 2015-01-12 02:28:03 +01:00
parent aca5ff1b23
commit 1c3d61885d

View File

@ -970,12 +970,12 @@ EndRevokeRole: when a role has been revoked
StartAtomPubNewActivity: When a new activity comes in through Atom Pub API StartAtomPubNewActivity: When a new activity comes in through Atom Pub API
- &$activity: received activity - &$activity: received activity
- $user: user publishing the entry - $profile: profile of the user publishing the entry
- &$notice: notice created; initially null, can be set - &$notice: notice created; initially null, can be set
EndAtomPubNewActivity: When a new activity comes in through Atom Pub API EndAtomPubNewActivity: When a new activity comes in through Atom Pub API
- $activity: received activity - $activity: received activity
- $user: user publishing the entry - $profile: profile of the user publishing the entry
- $notice: notice that was created - $notice: notice that was created
AdminPanelCheck: When checking whether the current user can access a given admin panel AdminPanelCheck: When checking whether the current user can access a given admin panel