mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 00:05:16 +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