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

Can change group description

This commit is contained in:
2020-05-01 20:30:26 +02:00
parent 971210e7e8
commit cc08ed0232
3 changed files with 15 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import 'group.dart';
class AdvancedGroupInfo extends Group implements LikeElement {
final int timeCreate;
final String description;
String description;
String url;
int likes;
bool userLike;