]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
correctly show the source of messages in a message list
[quix0rs-gnu-social.git] / lib / right.php
index ccabd00c92061925a36d427a80b9988eeb19aef3..d144b21ae98469595f24c84ffc8dff47ae9e66f3 100644 (file)
@@ -61,6 +61,10 @@ class Right
     const GRANTROLE          = 'grantrole';
     const REVOKEROLE         = 'revokerole';
     const DELETEGROUP        = 'deletegroup';
+    const BACKUPACCOUNT      = 'backupaccount';
+    const RESTOREACCOUNT     = 'restoreaccount';
+    const DELETEACCOUNT      = 'deleteaccount';
+    const MOVEACCOUNT        = 'moveaccount';
     const CREATEGROUP        = 'creategroup';
 }