summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-16 19:46:08 +0100
committerEvan Prodromou <evan@status.net>2009-11-16 19:46:08 +0100
commite9321a18063911f28bb55e355298ce65b36b5b71 (patch)
tree229871ed8685653c98bff1c4e7013e7de5aad508 /lib
parentf1efb845e4955f398be3a7e36499474dc67bdade (diff)
more rights denied to silenced and sandboxed
Diffstat (limited to 'lib')
-rw-r--r--lib/right.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/right.php b/lib/right.php
index 1a3a7d49a..90ca75fd5 100644
--- a/lib/right.php
+++ b/lib/right.php
@@ -52,5 +52,9 @@ class Right
const SANDBOXUSER = 'sandboxuser';
const NEWNOTICE = 'newnotice';
const PUBLICNOTICE = 'publicnotice';
+ const NEWMESSAGE = 'newmessage';
+ const SUBSCRIBE = 'subscribe';
+ const EMAILONREPLY = 'emailonreply';
+ const EMAILONSUBSCRIBE = 'emailonsubscribe';
}