1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2024-11-22 05:19:22 +00:00
This commit is contained in:
Pierre HUBERT 2020-06-24 13:59:28 +02:00
parent f45abf2881
commit 625007b090

View File

@ -438,7 +438,7 @@ export class GroupsHelper {
return GroupsAccessLevel.LIMITED_ACCESS;
// Else the user can not see the group
// Especially in the case of secret groupe
// Especially in the case of secrete group
return GroupsAccessLevel.NO_ACCESS;
}