]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
don't allow sandboxed users to post public notices
[quix0rs-gnu-social.git] / lib / right.php
index ae8516602e9ab5742cdb819a55e6d565cba5d55c..1a3a7d49a79515cf15ed60de56d1e5c6d0df52c3 100644 (file)
@@ -51,5 +51,6 @@ class Right
     const SILENCEUSER        = 'silenceuser';
     const SANDBOXUSER        = 'sandboxuser';
     const NEWNOTICE          = 'newnotice';
+    const PUBLICNOTICE       = 'publicnotice';
 }