]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Merge branch '0.9.x' into 1.0.x
[quix0rs-gnu-social.git] / EVENTS.txt
index 8b7448d6752739db9cc30ed57036f2c76e0092e2..789c985ae3c2272dd4d343d48e92161044db97cd 100644 (file)
@@ -1102,3 +1102,11 @@ StartShowPageTitle: when beginning to show the page title <h1>
 
 EndShowPageTitle: when done showing the page title <h1>
 - $action: action being shown
+
+StartDeleteOwnNotice: when a user starts to delete their own notice
+- $user: the user doing the delete
+- $notice: the notice being deleted
+
+EndDeleteOwnNotice: when a user has deleted their own notice
+- $user: the user doing the delete
+- $notice: the notice being deleted