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