X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fright.php;h=bacbea5f2966dc6afd20d1708f92f57b58225e8a;hb=06a8de060d4f24406f9589cd463812abf318f121;hp=90ca75fd5be28f5ba01e0ea11c8a9ef1b67842dd;hpb=e9321a18063911f28bb55e355298ce65b36b5b71;p=quix0rs-gnu-social.git diff --git a/lib/right.php b/lib/right.php index 90ca75fd5b..bacbea5f29 100644 --- a/lib/right.php +++ b/lib/right.php @@ -56,5 +56,10 @@ class Right const SUBSCRIBE = 'subscribe'; const EMAILONREPLY = 'emailonreply'; const EMAILONSUBSCRIBE = 'emailonsubscribe'; + const EMAILONFAVE = 'emailonfave'; + const MAKEGROUPADMIN = 'makegroupadmin'; + const GRANTROLE = 'grantrole'; + const REVOKEROLE = 'revokerole'; + const DELETEGROUP = 'deletegroup'; }