diff options
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 fd2bdb9d5..cad93a712 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -1086,3 +1086,19 @@ StartDeleteOwnNotice: when a user starts to delete their own notice EndDeleteOwnNotice: when a user has deleted their own notice - $user: the user doing the delete - $notice: the notice being deleted + +StartShowFeedLinkList: before showing the feed list in the sidebar +- $action: action being executed +- $feeds: list of feeds to show + +EndShowFeedLinkList: after showing the feed list in the sidebar +- $action: action being executed +- $feeds: list of feeds shown + +StartShowFeedLink: before showing an individual feed item +- $action: action being executed +- $feed: feed to show + +EndShowFeedLink: after showing an individual feed +- $action: action being executed +- $feed: feed to show |