]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Add Start/EndShowNoticeInfo events
[quix0rs-gnu-social.git] / EVENTS.txt
index 7b6ad40eb997100e96d74d3b181e2341785d6eef..e0dc7514d6006725c8938cfdb7db43939ab3166d 100644 (file)
@@ -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