]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
Merge branch '2828' into 0.9.x
[quix0rs-gnu-social.git] / lib / right.php
index 90ca75fd5be28f5ba01e0ea11c8a9ef1b67842dd..bacbea5f2966dc6afd20d1708f92f57b58225e8a 100644 (file)
@@ -56,5 +56,10 @@ class Right
     const SUBSCRIBE          = 'subscribe';
     const EMAILONREPLY       = 'emailonreply';
     const EMAILONSUBSCRIBE   = 'emailonsubscribe';
+    const EMAILONFAVE        = 'emailonfave';
+    const MAKEGROUPADMIN     = 'makegroupadmin';
+    const GRANTROLE          = 'grantrole';
+    const REVOKEROLE         = 'revokerole';
+    const DELETEGROUP        = 'deletegroup';
 }