summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-09-08 16:37:12 -0400
committerEvan Prodromou <evan@status.net>2010-09-08 16:37:12 -0400
commit255e96d3b5cd86a1e7b4f759e4ab3088b195f005 (patch)
tree62e1c93eb3655b6652a53bd2c4435307b117c5a3 /EVENTS.txt
parente40ed1fd56bc02dbae20e0839c507911bc27cf4c (diff)
add a hook for when someone deletes their own notice
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 65e2c3ce0..fd2bdb9d5 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -1077,4 +1077,12 @@ StartShowPageTitle: when beginning to show the page title <h1>
- $action: action being shown
EndShowPageTitle: when done showing the page title <h1>
-- $action: action being shown \ No newline at end of file
+- $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