]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
The real [Start|End]NewAtomPubActivity event definition
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 12 Jan 2015 01:28:03 +0000 (02:28 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 12 Jan 2015 01:28:03 +0000 (02:28 +0100)
EVENTS.txt

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