]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/User_group.php
Tweaking request_queue -> group_join_queue, easier to deal with the indexes and keys...
[quix0rs-gnu-social.git] / classes / User_group.php
index 6ed51b506ba8a28b9a6715ac5f65153ded824a4e..11efe8d3afbfd8a51acc77f5b7e07277bcde6269 100644 (file)
@@ -5,6 +5,9 @@
 
 class User_group extends Memcached_DataObject
 {
+    const JOIN_POLICY_OPEN = 0;
+    const JOIN_POLICY_MODERATE = 1;
+
     ###START_AUTOCODE
     /* the code below is auto generated do not remove the above tag */