mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-11-03 03:34:11 +00:00
Simplify conversation files appearance
This commit is contained in:
@@ -78,8 +78,6 @@ class ConversationMessageFile {
|
||||
|
||||
bool get hasThumbnail => thumbnail != null;
|
||||
|
||||
bool get downloadable => fileType == ConversationMessageFileType.AUDIO;
|
||||
|
||||
Map<String, dynamic> toJson() => {
|
||||
"url": url,
|
||||
"size": size,
|
||||
|
||||
Reference in New Issue
Block a user