Generate thumbnails for quote attachments.

This commit is contained in:
Greyson Parrelli
2025-08-26 12:54:16 -04:00
parent 71dd1d9d8b
commit d4c1c39179
22 changed files with 276 additions and 148 deletions

View File

@@ -12,7 +12,7 @@ class QuoteModel(
val author: RecipientId,
val text: String,
val isOriginalMissing: Boolean,
val attachments: List<Attachment>,
val attachment: Attachment?,
mentions: List<Mention>?,
val type: Type,
val bodyRanges: BodyRangeList?