diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-03 15:29:51 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-03 15:29:51 -0500 |
commit | 2ce9ae004d1f15ea4181f9fa686a73817ee45474 (patch) | |
tree | cc7ec219e6158836d284966517de33fad6dafa4f /EVENTS.txt | |
parent | c82efb7fd8ba28b854020821246878fc0a8cec2b (diff) |
Added event hooks for before and after user groups 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 47c67512a..2da6f3da6 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -778,6 +778,12 @@ StartShowSubscriptionsContent: before showing the subscriptions content EndShowSubscriptionsContent: after showing the subscriptions content - $action: the current action +StartShowUserGroupsContent: before showing the user groups content +- $action: the current action + +EndShowUserGroupsContent: after showing the user groups content +- $action: the current action + StartShowAllContent: before showing the all (you and friends) content - $action: the current action |