]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Avoid notice in DirectionDetectorPlugin when dealing with empty string.
[quix0rs-gnu-social.git] / EVENTS.txt
index bb84cc4d6a3615a11d53817b690fb62b795b3374..e5cafa857378400d380a45d1e83605f2e47c31fe 100644 (file)
@@ -1120,3 +1120,25 @@ StartDeleteOwnNotice: when a user starts to delete their own notice
 EndDeleteOwnNotice: when a user has deleted their own notice
 - $user: the user doing the delete
 - $notice: the notice being deleted
+
+StartShowFeedLinkList: before showing the feed list in the sidebar
+- $action: action being executed
+- $feeds: list of feeds to show
+
+EndShowFeedLinkList: after showing the feed list in the sidebar
+- $action: action being executed
+- $feeds: list of feeds shown
+
+StartShowFeedLink: before showing an individual feed item
+- $action: action being executed
+- $feed: feed to show
+
+EndShowFeedLink: after showing an individual feed
+- $action: action being executed
+- $feed: feed to show
+
+StartShowNoticeForm: before showing the notice form (before <form>)
+- $action: action being executed
+
+EndShowNoticeForm: after showing the notice form (after <form>)
+- $action: action being executed