]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Profile_role.php
Background deletion of user accounts. Notices are deleted in chunks, then the user...
[quix0rs-gnu-social.git] / classes / Profile_role.php
index d0a0b31f0f86b6662efc8efeec85d72940b6803e..e7aa1f0f0675b45bb07145c1831fe6a18e2fd31b 100644 (file)
@@ -53,6 +53,7 @@ class Profile_role extends Memcached_DataObject
     const ADMINISTRATOR = 'administrator';
     const SANDBOXED     = 'sandboxed';
     const SILENCED      = 'silenced';
+    const DELETED       = 'deleted'; // Pending final deletion of notices...
 
     public static function isValid($role)
     {