diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ee746ea..34e7a53 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,10 @@
-
+
+
+
+
@@ -114,7 +117,6 @@
-
@@ -139,7 +141,8 @@
-
+
+
true
diff --git a/pkg/internal/server/api/up_direct_api.go b/pkg/internal/server/api/up_direct_api.go
index cb98b38..f54ca0c 100644
--- a/pkg/internal/server/api/up_direct_api.go
+++ b/pkg/internal/server/api/up_direct_api.go
@@ -51,6 +51,7 @@ func createAttachmentDirectly(c *fiber.Ctx) error {
Metadata: usermeta,
IsMature: len(c.FormValue("mature")) > 0,
IsAnalyzed: false,
+ IsUploaded: true,
Destination: models.AttachmentDstTemporary,
Pool: &pool,
PoolID: &pool.ID,