1
0
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:
2020-05-01 15:39:54 +02:00
parent 257523b526
commit d889321b38
4 changed files with 59 additions and 2 deletions

View File

@ -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;