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

Display posts text and images

This commit is contained in:
2019-05-11 09:48:01 +02:00
parent 35e9c30ba2
commit 315c61a212
3 changed files with 92 additions and 3 deletions

View File

@ -61,4 +61,6 @@ class Post {
assert(likes != null),
assert(userLikes != null),
assert(access != null);
bool get hasContent => content != null;
}