X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fright.php;h=5e66eae0ed3da13e43d638eb6e33f9534ebb9043;hb=69ac99ff949ab0118ff25a62471980ad0ec7a52b;hp=1a3a7d49a79515cf15ed60de56d1e5c6d0df52c3;hpb=f1efb845e4955f398be3a7e36499474dc67bdade;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index 1a3a7d49a7..5e66eae0ed 100644 --- a/lib/right.php +++ b/lib/right.php @@ -52,5 +52,10 @@ class Right const SANDBOXUSER = 'sandboxuser'; const NEWNOTICE = 'newnotice'; const PUBLICNOTICE = 'publicnotice'; + const NEWMESSAGE = 'newmessage'; + const SUBSCRIBE = 'subscribe'; + const EMAILONREPLY = 'emailonreply'; + const EMAILONSUBSCRIBE = 'emailonsubscribe'; + const EMAILONFAVE = 'emailonfave'; }