X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fright.php;h=4e9c5a918dbe02b2e2795c63167dd9a99d7db8e7;hb=cac6d4234a4ef8fea1d487f44062ae06dd9c0c52;hp=88abdf78055ac04ce2caf21808e5871bd5ec870c;hpb=c9475c76a8b4c2bf32d1d3293b03b646e7e7a91e;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index 88abdf7805..4e9c5a918d 100644 --- a/lib/right.php +++ b/lib/right.php @@ -50,5 +50,13 @@ class Right 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'; }