We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afeec6e commit 0d6a557Copy full SHA for 0d6a557
packages/powersync_attachments_stream/lib/src/attachment_queue_service.dart
@@ -223,8 +223,7 @@ class AttachmentQueue {
223
id: item.id,
224
filename: filename,
225
state: AttachmentState.queuedDownload,
226
- metaData: item.metaData,
227
- // hasSynced: existingQueueItem.hasSynced;
+ metaData: item.metaData
228
),
229
);
230
} else if (existingQueueItem.state == AttachmentState.archived) {
0 commit comments