]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
document events for activity import
authorEvan Prodromou <evan@status.net>
Tue, 28 Dec 2010 06:37:34 +0000 (22:37 -0800)
committerEvan Prodromou <evan@status.net>
Tue, 28 Dec 2010 06:37:34 +0000 (22:37 -0800)
EVENTS.txt

index 74cf720bc047d4c1abb6fe4ce4384770dab1f00a..91008f54fa174d9e1e5b7010f17a7b8ae9912894 100644 (file)
@@ -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
+