X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fright.php;h=4e9c5a918dbe02b2e2795c63167dd9a99d7db8e7;hb=453ad6a9964fe572f0f35821e3f78c6a77c57c49;hp=4fc981af047c10d55deb6175a4a1b7c985e44607;hpb=104a47e4a2903f1c7ea73363a73cee12f0cf14ac;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index 4fc981af04..4e9c5a918d 100644 --- a/lib/right.php +++ b/lib/right.php @@ -47,5 +47,16 @@ class Right { const DELETEOTHERSNOTICE = 'deleteothersnotice'; const CONFIGURESITE = 'configuresite'; + const DELETEUSER = 'deleteuser'; + 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'; }