]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
Fix display of group admin avatars
[quix0rs-gnu-social.git] / lib / right.php
index 5bf9c41161adf86972068d7ab8196975b9dac6a8..baa18d3c13606b011cc6ea96e6b924065bccb0e0 100644 (file)
@@ -65,5 +65,8 @@ class Right
     const RESTOREACCOUNT     = 'restoreaccount';
     const DELETEACCOUNT      = 'deleteaccount';
     const MOVEACCOUNT        = 'moveaccount';
+    const CREATEGROUP        = 'creategroup';
+    const WEBLOGIN           = 'weblogin';
+    const API                = 'api';
 }