diff options
author | Evan Prodromou <evan@status.net> | 2010-01-18 23:25:45 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-18 23:25:45 -0500 |
commit | 71f519f64aed1dd6823a0f09db5c4c2e409da778 (patch) | |
tree | 93d8e4dcc5d4f3c408c075c62d9a18c49557772e /EVENTS.txt | |
parent | 21c3e08804b312aaea21ae6bd0a0691304d6e4cd (diff) |
add event for showing content license in action
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 e6400244e..6e6afa070 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -687,3 +687,9 @@ StartLeaveGroup: when a user is leaving a group EndLeaveGroup: when a user has left a group - $group: the group being left - $user: the user leaving + +StartShowContentLicense: Showing the default license for content +- $action: the current action + +EndShowContentLicense: Showing the default license for content +- $action: the current action |