]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Simplify message.
[quix0rs-gnu-social.git] / EVENTS.txt
index d1e36ad906e53386215d42c97f086ce9337f49ed..5bf6078a1c09d68ac776efbb0a4d11f0465120e6 100644 (file)
@@ -1366,3 +1366,18 @@ EndLocalURL: before resolving a local url for an action
 - &$addSession: whether to add session variable
 - &$url: resulting URL to local resource
 
+StartProfileGetAvatar: When getting an avatar for a profile
+- $profile: profile
+- $size: size of the avatar
+- &$avatar: avatar
+
+EndProfileGetAvatar: After getting an avatar for a profile
+- $profile: profile
+- $size: size of the avatar
+- &$avatar: avatar
+
+StartRegisterSuccess: Before showing the registration success message
+- $action: the registration action
+
+StartRegisterSuccess: After showing the registration success message
+- $action: the registration action