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