]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
fix long options on deleteuser.php
[quix0rs-gnu-social.git] / EVENTS.txt
index 42aecfaf90765ff0cd79468806f8466c5ee63473..64e345b6926b1800f12933d17453805a2de7dfcc 100644 (file)
@@ -647,3 +647,11 @@ StartBlockProfile: when we're about to block
 EndBlockProfile: when a block has succeeded
 - $user: the person doing the block
 - $profile: the person blocked, can be remote
+
+StartUnblockProfile: when we're about to unblock
+- $user: the person doing the unblock
+- $profile: the person getting unblocked, can be remote
+
+EndUnblockProfile: when an unblock has succeeded
+- $user: the person doing the unblock
+- $profile: the person unblocked, can be remote