1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2025-09-19 05:48:54 +00:00

Can change group URL

This commit is contained in:
2020-05-01 20:19:22 +02:00
parent 8f0f50d0e4
commit 971210e7e8
2 changed files with 14 additions and 1 deletions

View File

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