diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-03 12:01:38 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-03 12:01:38 -0500 |
commit | b65ee23e8293c301f8b142320eabff6c4acdfcfe (patch) | |
tree | 69e316b3b20b56ac81247815c24817f79e87fa7d /EVENTS.txt | |
parent | ea10805e3f68f5781321e7c93144242478081a1f (diff) |
Added event hooks for group subscribe
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 a40855134..2c3863f22 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -363,6 +363,14 @@ EndProfileRemoteSubscribe: After showing the link to remote subscription - $userprofile: UserProfile widget - &$profile: the profile being shown +StartGroupSubscribe: Before showing the link to remote subscription +- $action: the current action +- $group: the group being shown + +EndGroupSubscribe: After showing the link to remote subscription +- $action: the current action +- $group: the group being shown + StartProfilePageProfileSection: Starting to show the section of the profile page with the actual profile data; hook to prevent showing the profile (e.g.) |