diff options
author | Zach Copley <zach@status.net> | 2010-09-29 12:49:26 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-09-29 16:35:13 -0700 |
commit | 331502a9790806ca48e61eb94d9489ddf7baeb55 (patch) | |
tree | d07648a34f333665fc6da871538e0d6827013a55 /EVENTS.txt | |
parent | 73297d374974a431b40d0cc45a7180613b8d5762 (diff) |
Add Start/EndShowNoticeInfo events
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index d722bc4ac..7f6890ff0 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -263,6 +263,12 @@ StartShowNoticeItem: just before showing the notice item EndShowNoticeItem: just after showing the notice item - $item: the NoticeListItem object being shown +StartShowNoticeInfo: just before showing notice info +- $item: The NoticeListItem object being shown + +EndShowNoticeInfo: just after showing notice info +- $item: The NoticeListItem object being shown + StartShowNoticeOptions: just before showing notice options like fave, repeat, etc. - $item: the NoticeListItem object being shown |