]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
add in_reply_to_status_id if notice is from twitter
[quix0rs-gnu-social.git] / EVENTS.txt
index f34fcc3da02e3f938afaedf6118688c0fd5a2633..65e2c3ce0385de7c153e739e06597a9a6d676e83 100644 (file)
@@ -1056,3 +1056,25 @@ EndNoticeSaveWeb: after saving a notice through the Web interface
 - $action: action being executed (instance of NewNoticeAction)
 - $notice: notice that was saved
 
+StartRssEntryArray: at the start of copying a notice to an array
+- $notice: the notice being copied
+- &$entry: the entry (empty at beginning)
+
+EndRssEntryArray: at the end of copying a notice to an array
+- $notice: the notice being copied
+- &$entry: the entry, with all the fields filled up
+
+NoticeDeleteRelated: at the beginning of deleting related fields to a notice
+- $notice: notice being deleted
+
+StartShowHeadTitle: when beginning to show the <title> element
+- $action: action being shown
+
+EndShowHeadTitle: when done showing the <title>
+- $action: action being shown
+
+StartShowPageTitle: when beginning to show the page title <h1>
+- $action: action being shown
+
+EndShowPageTitle: when done showing the page title <h1>
+- $action: action being shown
\ No newline at end of file