1
0
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:
2021-03-11 00:13:05 +01:00
parent 1f1ed0cda4
commit 52d217a89c
5 changed files with 3 additions and 194 deletions

View File

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