diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-02 12:33:25 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-02 12:33:25 -0500 |
commit | 350e1289af67cb2830c8ca7fc8202566ab32f2e0 (patch) | |
tree | f32bc79e713f14feb4812ae5b21350689e5b1526 /EVENTS.txt | |
parent | 623faf9f2d83b8fd6134e77ad6f5dd1cedc7a5c1 (diff) |
Added event hook for before and after personal timeline content
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 a2b405acc..bb4936b35 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -770,6 +770,12 @@ StartShowSubscriptionsContent: before showing the subscriptions content EndShowSubscriptionsContent: after showing the subscriptions content - $action: the current action +StartShowAllContent: before showing the all (you and friends) content +- $action: the current action + +EndShowAllContent: after showing the all (you and friends) content +- $action: the current action + StartDeleteUserForm: starting the data in the form for deleting a user - $action: action being shown - $user: user being deleted |