X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=EVENTS.txt;h=a2b405acc8e07f01a829e93ed69478088929cfb9;hb=04c4facba9230f40726c5891dcac21d928fbb2ab;hp=c387274c03f55fed99d400eb6b322ad8003eba58;hpb=8ccc9e2c386824c71aca2da7ae311d2787338483;p=quix0rs-gnu-social.git diff --git a/EVENTS.txt b/EVENTS.txt index c387274c03..a2b405acc8 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -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 +