]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Merge branch '0.9.x' into pluginize-twitter-bridge
[quix0rs-gnu-social.git] / EVENTS.txt
index fbb2f36a7b81ff2987213cdaecca53749bae31a4..02b11a8a6772db26a76e620c672bbf937a6e0c69 100644 (file)
@@ -93,6 +93,12 @@ StartShowAside: Showing before the Aside container
 EndShowAside: Showing after the Aside container
 - $action: the current action
 
+StartShowNoticeFormData: Showing before the notice form data
+- $action: the current action
+
+EndShowNoticeFormData: Showing after the notice form data
+- $action: the current action
+
 StartNoticeSave: before inserting a notice (good place for content filters)
 - $notice: notice being saved (no ID or URI)