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

Can change group registration level

This commit is contained in:
2020-05-01 21:04:50 +02:00
parent dbf2ed868a
commit d6f2df7002
3 changed files with 47 additions and 19 deletions

View File

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