From ecd491cd09ee0080918de69cc71ffd7d2437bffe Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 28 Feb 2022 12:07:44 +0100 Subject: [PATCH] :bug: Don't mark as touched temporal file --- backend/src/app/rpc/mutations/media.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/app/rpc/mutations/media.clj b/backend/src/app/rpc/mutations/media.clj index 8cb0bda1d..ed9e8acea 100644 --- a/backend/src/app/rpc/mutations/media.clj +++ b/backend/src/app/rpc/mutations/media.clj @@ -94,7 +94,6 @@ (sto/put-object {:content (sto/content data) :content-type mtype :reference :file-media-object - :touched-at (dt/now) :expired-at (dt/in-future {:minutes 30})})))) ;; NOTE: we use the `on conflict do update` instead of `do nothing`