document events for activity import
This commit is contained in:
parent
c458bafaa1
commit
3bcfee906a
14
EVENTS.txt
14
EVENTS.txt
|
@ -1026,3 +1026,17 @@ StartActivityObjectFromGroup: When converting a group to an activity:object
|
||||||
EndActivityObjectFromGroup: After converting a group to an activity:object
|
EndActivityObjectFromGroup: After converting a group to an activity:object
|
||||||
- $group: The group being converted
|
- $group: The group being converted
|
||||||
- &$object: The finished object. Tweak as needed.
|
- &$object: The finished object. Tweak as needed.
|
||||||
|
|
||||||
|
StartImportActivity: when we start to import an activity
|
||||||
|
- $user: User to make the author import
|
||||||
|
- $author: Author of the feed; good for comparisons
|
||||||
|
- $activity: The current activity
|
||||||
|
- $trusted: How "trusted" the process is
|
||||||
|
- &$done: Return value; whether to continue
|
||||||
|
|
||||||
|
EndImportActivity: when we finish importing an activity
|
||||||
|
- $user: User to make the author import
|
||||||
|
- $author: Author of the feed; good for comparisons
|
||||||
|
- $activity: The current activity
|
||||||
|
- $trusted: How "trusted" the process is
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user