Created invited status for groups.

This commit is contained in:
Pierre HUBERT
2018-07-04 17:34:59 +02:00
parent d058ce1f74
commit fd4259c38d
3 changed files with 7 additions and 4 deletions

View File

@ -307,8 +307,9 @@ class GroupsComponent {
if($group_visibility_level == GroupInfo::OPEN_GROUP)
return GroupInfo::VIEW_ACCESS;
//Else, all pending membership gives limited access
if($membership_level == GroupInfo::PENDING)
//Else, all pending and invited membership get limited access
if($membership_level == GroupInfo::PENDING ||
$membership_level == GroupInfo::INVITED)
return GroupInfo::LIMITED_ACCESS;
//Private groups gives limited access