]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Favorite/EVENTS.txt
Merge branch 'doc-backup-restore-def-vals' into 'nightly'
[quix0rs-gnu-social.git] / plugins / Favorite / EVENTS.txt
index fb6bfbb91dab3c1a612709ead5ccd47fc4b25b0f..115324b58b94fa66aab9cd1b6b38303c9d68abf3 100644 (file)
@@ -1,11 +1,6 @@
 Events that come with the Favorite plugin
 =========================================
 
-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
@@ -34,3 +29,10 @@ StartDisFavorNoticeForm: starting the data in the form for disfavoring a notice
 EndDisFavorNoticeForm: Ending the data in the form for disfavoring a notice
 - $DisfavorForm: the disfavor form being shown
 - $notice: notice being disfavored
+
+StartShowFaveForm: just before showing the fave form
+- $item: the NoticeListItem object being shown
+
+EndShowFaveForm: just after showing the fave form
+- $item: the NoticeListItem object being shown
+