diff options
author | Evan Prodromou <evan@status.net> | 2009-12-28 10:50:12 -0800 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-12-28 10:50:12 -0800 |
commit | 2ae04bb6d598c74763aca79ab52172934158be46 (patch) | |
tree | d196dfb1fa6abe39ccaeff551f5ffe5f5bf1d804 /EVENTS.txt | |
parent | c5de3262312f814bc44e596d9031c2df22420e27 (diff) |
add events for unblocking a profile
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index 42aecfaf9..64e345b69 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -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 |