]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
Move rights check to profile and add right for new notices
[quix0rs-gnu-social.git] / lib / right.php
index 88abdf78055ac04ce2caf21808e5871bd5ec870c..ae8516602e9ab5742cdb819a55e6d565cba5d55c 100644 (file)
@@ -50,5 +50,6 @@ class Right
     const DELETEUSER         = 'deleteuser';
     const SILENCEUSER        = 'silenceuser';
     const SANDBOXUSER        = 'sandboxuser';
+    const NEWNOTICE          = 'newnotice';
 }