]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
New Conversation DO to handle remote notices as conversation roots
[quix0rs-gnu-social.git] / EVENTS.txt
index 69fe2ddccb37f24de7cd429b2151abdabe4e3f6c..90242fa133ca203f2e11da19742b0db28e2e3e4d 100644 (file)
@@ -1,4 +1,4 @@
-\InitializePlugin: a chance to initialize a plugin in a complete environment
+InitializePlugin: a chance to initialize a plugin in a complete environment
 
 CleanupPlugin: a chance to cleanup a plugin at the end of a program
 
@@ -722,3 +722,10 @@ StartRobotsTxt: Before outputting the robots.txt page
 EndRobotsTxt: After the default robots.txt page (good place for customization)
 - &$action: RobotstxtAction being shown
 
+StartGetProfileUri: When determining the canonical URI for a given profile
+- $profile: the current profile
+- &$uri: the URI
+
+EndGetProfileUri: After determining the canonical URI for a given profile
+- $profile: the current profile
+- &$uri: the URI