1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-06-19 00:05:16 +00:00

Can change group visibility

This commit is contained in:
2020-05-01 20:52:24 +02:00
parent cc08ed0232
commit 2d86780f0b
3 changed files with 87 additions and 2 deletions

View File

@ -25,7 +25,7 @@ class Group {
final String iconURL;
final int numberMembers;
GroupMembershipLevel membershipLevel;
final GroupVisibilityLevel visibilityLevel;
GroupVisibilityLevel visibilityLevel;
final GroupRegistrationLevel registrationLevel;
final GroupPostCreationLevel postCreationLevel;
String virtualDirectory;