X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fright.php;h=5e66eae0ed3da13e43d638eb6e33f9534ebb9043;hb=69ac99ff949ab0118ff25a62471980ad0ec7a52b;hp=88abdf78055ac04ce2caf21808e5871bd5ec870c;hpb=c9475c76a8b4c2bf32d1d3293b03b646e7e7a91e;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index 88abdf7805..5e66eae0ed 100644 --- a/lib/right.php +++ b/lib/right.php @@ -50,5 +50,12 @@ 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'; }