]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Don't add content as title for notes
[quix0rs-gnu-social.git] / EVENTS.txt
index eb3edb9b138d8587ae98c8f7be4c93fbcb5e261f..49940e467fbc88d1b5309200c5a5f6a261840494 100644 (file)
@@ -1441,4 +1441,18 @@ EndNoticeInScope: After checking if a notice should be visible to a user
 - $profile: The profile to check for scope
 - &$bResult: The boolean result; overwrite this if you so desire
 
-
+StartNoticeListPrefill: Before pre-filling a list of notices with extra data
+- &$notices: Notices to be pre-filled
+- $avatarSize: The avatar size for the list
+
+EndNoticeListPrefill: After pre-filling a list of notices with extra data
+- &$notices: Notices that were pre-filled
+- &$profiles: Profiles that were pre-filled 
+- $avatarSize: The avatar size for the list
+
+OtherAccountProfiles: Hook to add account profiles to a user account profile block
+- $profile: the Profile being shown
+- &$others: Modifiable array of profile info arrays. Each one has the following fields:
+            href: link to the profile
+            text: text for the profile
+            image: mini image for the profile