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

Fix an issue with web links

This commit is contained in:
2019-06-24 20:27:20 +02:00
parent 4bcb56aa08
commit 66b4d19004
2 changed files with 12 additions and 5 deletions

View File

@ -74,6 +74,8 @@ class Post implements LikeElement {
bool get canUpdate => access == UserAccessLevels.FULL;
bool get hasLinkImage => linkImage != null;
bool get canDelete =>
access == UserAccessLevels.FULL ||
access == UserAccessLevels.INTERMEDIATE;