]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
If notice has been deleted before, don't store URI again
[quix0rs-gnu-social.git] / lib / right.php
index deb451fde90c96c5f9cf5b355b3bec11dbc43528..5bf9c41161adf86972068d7ab8196975b9dac6a8 100644 (file)
@@ -60,5 +60,10 @@ class Right
     const MAKEGROUPADMIN     = 'makegroupadmin';
     const GRANTROLE          = 'grantrole';
     const REVOKEROLE         = 'revokerole';
+    const DELETEGROUP        = 'deletegroup';
+    const BACKUPACCOUNT      = 'backupaccount';
+    const RESTOREACCOUNT     = 'restoreaccount';
+    const DELETEACCOUNT      = 'deleteaccount';
+    const MOVEACCOUNT        = 'moveaccount';
 }