]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
* i18n/L10n fixes.
[quix0rs-gnu-social.git] / EVENTS.txt
index e5cafa857378400d380a45d1e83605f2e47c31fe..8e730945a41b34aa024301c9a057b2dd7fa6de75 100644 (file)
@@ -1142,3 +1142,19 @@ StartShowNoticeForm: before showing the notice form (before <form>)
 
 EndShowNoticeForm: after showing the notice form (after <form>)
 - $action: action being executed
+
+StartGrantRole: when a role is being assigned
+- $profile: profile that will have the role
+- $role: string name of the role
+
+EndGrantRole: when a role has been successfully assigned
+- $profile: profile that will have the role
+- $role: string name of the role
+
+StartRevokeRole: when a role is being revoked
+- $profile: profile that will lose the role
+- $role: string name of the role
+
+EndRevokeRole: when a role has been revoked
+- $profile: profile that lost the role
+- $role: string name of the role