]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Starting to encapsulate some of the schema_version checksum / updater logic
[quix0rs-gnu-social.git] / EVENTS.txt
index 58189b9c3f2681e9927a1512328d4ece0ae6abb4..ee6f795855ac3659d04ccae3d49d6b48bd496fad 100644 (file)
@@ -1160,3 +1160,9 @@ StartShowFeedLink: before showing an individual feed item
 EndShowFeedLink: after showing an individual feed
 - $action: action being executed
 - $feed: feed to show
+
+StartShowNoticeForm: before showing the notice form (before <form>)
+- $action: action being executed
+
+EndShowNoticeForm: after showing the notice form (after <form>)
+- $action: action being executed