🐛 Bug fixes on fragment based uploading
This commit is contained in:
@ -48,7 +48,6 @@ func createAttachmentDirectly(c *fiber.Ctx) error {
|
||||
MimeType: c.FormValue("mimetype"),
|
||||
Usermeta: usermeta,
|
||||
IsAnalyzed: false,
|
||||
IsUploaded: true,
|
||||
Destination: models.AttachmentDstTemporary,
|
||||
Pool: &pool,
|
||||
PoolID: &pool.ID,
|
||||
|
Reference in New Issue
Block a user