mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-09-19 05:48:54 +00:00
Fix an issue with web links
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user