Moved Favorite EVENTS into plugin folder text file
This commit is contained in:
parent
b864caa665
commit
c4037a7549
34
EVENTS.txt
34
EVENTS.txt
@ -799,40 +799,6 @@ EndGetProfileAcctUri: Last attempts to get the acct: URI for a Profile (or throw
|
|||||||
- $profile: Profile of user we want to get acct: URI for
|
- $profile: Profile of user we want to get acct: URI for
|
||||||
- &$acct: string with the resulting acct: uri
|
- &$acct: string with the resulting acct: 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
|
|
||||||
|
|
||||||
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
|
StartFindMentions: start finding mentions in a block of text
|
||||||
- $sender: sender profile
|
- $sender: sender profile
|
||||||
- $text: plain text version of the notice
|
- $text: plain text version of the notice
|
||||||
|
36
plugins/Favorite/EVENTS.txt
Normal file
36
plugins/Favorite/EVENTS.txt
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
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
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user