summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-09-21 14:14:55 -0400
committerEvan Prodromou <evan@status.net>2009-09-21 14:14:55 -0400
commit5b91223ce4ece508b25397dc00e1d04ef2e1bc28 (patch)
treecfd9c5505cee58afeb5a130e38e0961602ef5cdf /EVENTS.txt
parent3c89d31b1883e478d69a121905e5a9a400a17622 (diff)
add a hook at point of enqueuing notices
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 121ae175d..64c3c08c7 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -254,3 +254,10 @@ StartApiRss: after the rss <channel> element is started
StartApiAtom: after the <feed> element is started
- $action: action object being shown
+StartEnqueueNotice: about to add a notice to the queues (good place to add a new transport)
+- $notice: the notice being added
+- &$transports: modifiable list of transports (as strings) to queue for
+
+EndEnqueueNotice: after adding a notice to the queues
+- $notice: the notice being added
+- $transports: modifiable list of transports to use