diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-03 11:14:39 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-03 11:14:39 -0500 |
commit | 06fb1124f5cd328bc0b3028a0cc0499b1c916653 (patch) | |
tree | 14b479a335bd6129a2c568897cb888934eec207a /EVENTS.txt | |
parent | 1a4652b1ade6ea4de842835a7d2a011845a1cd62 (diff) |
Added event hooks for start and end of subscriptions mini list
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index bb4936b35..a40855134 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -776,6 +776,12 @@ StartShowAllContent: before showing the all (you and friends) content EndShowAllContent: after showing the all (you and friends) content - $action: the current action +StartShowSubscriptionsMiniList: at the start of subscriptions mini list +- $action: the current action + +EndShowSubscriptionsMiniList: at the end of subscriptions mini list +- $action: the current action + StartDeleteUserForm: starting the data in the form for deleting a user - $action: action being shown - $user: user being deleted |