]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
Merge branch '1.0.x' into schema-x
[quix0rs-gnu-social.git] / lib / right.php
index ae8516602e9ab5742cdb819a55e6d565cba5d55c..deb451fde90c96c5f9cf5b355b3bec11dbc43528 100644 (file)
@@ -51,5 +51,14 @@ class Right
     const SILENCEUSER        = 'silenceuser';
     const SANDBOXUSER        = 'sandboxuser';
     const NEWNOTICE          = 'newnotice';
+    const PUBLICNOTICE       = 'publicnotice';
+    const NEWMESSAGE         = 'newmessage';
+    const SUBSCRIBE          = 'subscribe';
+    const EMAILONREPLY       = 'emailonreply';
+    const EMAILONSUBSCRIBE   = 'emailonsubscribe';
+    const EMAILONFAVE        = 'emailonfave';
+    const MAKEGROUPADMIN     = 'makegroupadmin';
+    const GRANTROLE          = 'grantrole';
+    const REVOKEROLE         = 'revokerole';
 }