mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
During ADD attachments might still be loading
This commit is contained in:
@@ -1748,11 +1748,6 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
EntityIdentity identity =
|
||||
(message.identity == null ? null : db.identity().getIdentity(message.identity));
|
||||
|
||||
List<EntityAttachment> attachments = db.attachment().getAttachments(message.id);
|
||||
for (EntityAttachment attachment : attachments)
|
||||
if (!attachment.available)
|
||||
throw new IllegalArgumentException("Attachment missing");
|
||||
|
||||
imessage = MessageHelper.from(this, message, isession,
|
||||
identity == null ? false : identity.plain_only);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user