]> 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 bacbea5f2966dc6afd20d1708f92f57b58225e8a..5bf9c41161adf86972068d7ab8196975b9dac6a8 100644 (file)
@@ -61,5 +61,9 @@ class Right
     const GRANTROLE          = 'grantrole';
     const REVOKEROLE         = 'revokerole';
     const DELETEGROUP        = 'deletegroup';
+    const BACKUPACCOUNT      = 'backupaccount';
+    const RESTOREACCOUNT     = 'restoreaccount';
+    const DELETEACCOUNT      = 'deleteaccount';
+    const MOVEACCOUNT        = 'moveaccount';
 }