]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Notice::saveNew() accepts url and rendered options
[quix0rs-gnu-social.git] / EVENTS.txt
index 90242fa133ca203f2e11da19742b0db28e2e3e4d..c108606ce23abca51abcc21ab0c77b404c9b807f 100644 (file)
@@ -729,3 +729,22 @@ StartGetProfileUri: When determining the canonical URI for a given profile
 EndGetProfileUri: After determining the canonical URI for a given profile
 - $profile: the current profile
 - &$uri: the URI
+
+StartFavorNotice: Saving a notice as a favorite
+- $profile: profile of the person faving (can be remote!)
+- $notice: notice being faved
+- &$fave: Favor object; null to start off with, but feel free to override.
+
+EndFavorNotice: After saving a notice as a favorite
+- $profile: profile of the person faving (can be remote!)
+- $notice: notice being faved
+
+StartDisfavorNotice: Saving a notice as a favorite
+- $profile: profile of the person faving (can be remote!)
+- $notice: notice being faved
+- &$result: result of the disfavoring (if you override)
+
+EndDisfavorNotice: After saving a notice as a favorite
+- $profile: profile of the person faving (can be remote!)
+- $notice: notice being faved
+