mirror of
https://github.com/pierre42100/ComunicAPI
synced 2025-06-19 08:35:18 +00:00
Added visitor level
This commit is contained in:
@ -14,6 +14,7 @@ class GroupMember extends BaseUniqueObjectFromUser {
|
||||
const MODERATOR = 1;
|
||||
const MEMBER = 2;
|
||||
const PENDING = 3; //When the group membership has not been approved yet
|
||||
const VISITOR = 4; //Simple visitor
|
||||
|
||||
//Private fields
|
||||
private $group_id = 1;
|
||||
|
Reference in New Issue
Block a user