🐛 Fix attachment set thumbnail

This commit is contained in:
2024-12-28 18:16:59 +08:00
parent 2c7dc8c2ea
commit 1fca36293d
5 changed files with 34 additions and 9 deletions

View File

@ -34,6 +34,7 @@ class SnAttachment with _$SnAttachment {
required DateTime? cleanedAt,
required bool isAnalyzed,
required bool isSelfRef,
required bool isIndexable,
required SnAttachment? ref,
required int? refId,
required SnAttachmentPool? pool,