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

Can update like status

This commit is contained in:
2019-05-18 15:54:10 +02:00
parent 2e4d3119f8
commit 9290617cd5
3 changed files with 73 additions and 6 deletions

View File

@ -13,8 +13,8 @@ class Comment {
final int timeSent;
final String content;
final String imageURL;
final int likes;
final bool userLike;
int likes;
bool userLike;
Comment({
@required this.id,