summaryrefslogtreecommitdiff
path: root/lib/right.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-16 19:22:22 +0100
committerEvan Prodromou <evan@status.net>2009-11-16 19:22:22 +0100
commitf1efb845e4955f398be3a7e36499474dc67bdade (patch)
treede565738a6743fb4bc016d03dc843365f36c6860 /lib/right.php
parentd2145a5b7f3a95dcfa90edb4bcd5e5b3bf66c116 (diff)
don't allow sandboxed users to post public notices
Diffstat (limited to 'lib/right.php')
-rw-r--r--lib/right.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/right.php b/lib/right.php
index ae8516602..1a3a7d49a 100644
--- a/lib/right.php
+++ b/lib/right.php
@@ -51,5 +51,6 @@ class Right
const SILENCEUSER = 'silenceuser';
const SANDBOXUSER = 'sandboxuser';
const NEWNOTICE = 'newnotice';
+ const PUBLICNOTICE = 'publicnotice';
}