]> 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 d3c2fb7bf6ea61ec58819e76b2eadb9b68876fa5..a2b405acc8e07f01a829e93ed69478088929cfb9 100644 (file)
@@ -763,3 +763,26 @@ EndFindMentions: end finding mentions in a block of text
   has 'mentioned' (array of mentioned profiles), 'url' (url to link as),
   'title' (title of the link), 'position' (position of the text to
   replace), 'text' (text to replace)
+
+StartShowSubscriptionsContent: before showing the subscriptions content
+- $action: the current action
+
+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
+