mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +00:00
Can change group name
This commit is contained in:
@ -21,7 +21,7 @@ enum GroupPostCreationLevel { MODERATORS, MEMBERS }
|
||||
|
||||
class Group {
|
||||
final int id;
|
||||
final String name;
|
||||
String name;
|
||||
final String iconURL;
|
||||
final int numberMembers;
|
||||
GroupMembershipLevel membershipLevel;
|
||||
|
Reference in New Issue
Block a user