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:
@ -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