]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Fix for mismatched final newline in a message (also fixed upstream on translatewiki...
[quix0rs-gnu-social.git] / EVENTS.txt
index 65e2c3ce0385de7c153e739e06597a9a6d676e83..fd2bdb9d566dffe123d8ad6a12cd72d480aeaec8 100644 (file)
@@ -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