From 3bcfee906abfb86dcb63951ce220d02e1395898b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 27 Dec 2010 22:37:34 -0800 Subject: [PATCH] document events for activity import --- EVENTS.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/EVENTS.txt b/EVENTS.txt index 74cf720bc0..91008f54fa 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -1026,3 +1026,17 @@ StartActivityObjectFromGroup: When converting a group to an activity:object EndActivityObjectFromGroup: After converting a group to an activity:object - $group: The group being converted - &$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 +