]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
fix call of common_find_mentions() in Notice::saveReplies()
[quix0rs-gnu-social.git] / EVENTS.txt
index c387274c03f55fed99d400eb6b322ad8003eba58..a2b405acc8e07f01a829e93ed69478088929cfb9 100644 (file)
@@ -769,3 +769,20 @@ StartShowSubscriptionsContent: before showing the subscriptions content
 
 EndShowSubscriptionsContent: after showing the subscriptions content
 - $action: the current action
+
+StartDeleteUserForm: starting the data in the form for deleting a user
+- $action: action being shown
+- $user: user being deleted
+
+EndDeleteUserForm: Ending the data in the form for deleting a user
+- $action: action being shown
+- $user: user being deleted
+
+StartDeleteUser: handling the post for deleting a user
+- $action: action being shown
+- $user: user being deleted
+
+EndDeleteUser: handling the post for deleting a user
+- $action: action being shown
+- $user: user being deleted
+