summaryrefslogtreecommitdiff
path: root/EVENTS.txt
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-08-13 11:21:07 -0700
committerEvan Prodromou <evan@status.net>2010-08-13 11:21:07 -0700
commit7dd46222a86a54be9d268a36291b795087fbd5c8 (patch)
treec468a55c4aeebbabb89ce931a9070aa4d51a1a4b /EVENTS.txt
parent79b5f1cea5ffadf18d3680ddeb1f8bd4d974b059 (diff)
add StartNoticeSaveWeb and EndNoticeSaveWeb to hook web-based UI for notices
Diffstat (limited to 'EVENTS.txt')
-rw-r--r--EVENTS.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt
index 7784e7d42..f34fcc3da 100644
--- a/EVENTS.txt
+++ b/EVENTS.txt
@@ -1045,3 +1045,14 @@ StartActivityEnd: before the closing </entry> in a notice activity entry (last c
EndActivityEnd: after the closing </entry> in a notice activity entry
- &$notice: notice being output
- &$xs: XMLStringer for output
+
+StartNoticeSaveWeb: before saving a notice through the Web interface
+- $action: action being executed (instance of NewNoticeAction)
+- &$authorId: integer ID of the author
+- &$text: text of the notice
+- &$options: additional options (location, replies, etc.)
+
+EndNoticeSaveWeb: after saving a notice through the Web interface
+- $action: action being executed (instance of NewNoticeAction)
+- $notice: notice that was saved
+