diff options
author | Zach Copley <zach@status.net> | 2010-09-29 14:07:46 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-09-29 14:07:46 -0700 |
commit | de6bd5c129f07a8c19aaf1094b2e4d9856d47a33 (patch) | |
tree | 0c49cbac7c308ca37baca4c0a04d8ff05a169116 /EVENTS.txt | |
parent | b4765594f9ea3dcd4ce5ed99c733a057e4c7db48 (diff) |
Add Start/EndFavorNoticeForm and Start/EndDisFavorNoticeForm hooks
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index e0dc7514d..bb84cc4d6 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -774,6 +774,22 @@ EndDisfavorNotice: After saving a notice as a favorite - $profile: profile of the person faving (can be remote!) - $notice: notice being faved +StartFavorNoticeForm: starting the data in the form for favoring a notice +- $FavorForm: the favor form being shown +- $notice: notice being favored + +EndFavorNoticeForm: Ending the data in the form for favoring a notice +- $FavorForm: the favor form being shown +- $notice: notice being favored + +StartDisFavorNoticeForm: starting the data in the form for disfavoring a notice +- $DisfavorForm: the disfavor form being shown +- $notice: notice being difavored + +EndDisFavorNoticeForm: Ending the data in the form for disfavoring a notice +- $DisfavorForm: the disfavor form being shown +- $notice: notice being disfavored + StartFindMentions: start finding mentions in a block of text - $sender: sender profile - $text: plain text version of the notice |