mirror of
https://github.com/penpot/penpot.git
synced 2025-07-31 14:38:23 +02:00
✨ Add the ability to schedule storage object touching as a task
This commit is contained in:
parent
e27c0b2086
commit
c3a0db2431
3 changed files with 62 additions and 9 deletions
|
@ -271,7 +271,7 @@
|
|||
(when (and (some? th1)
|
||||
(not= (:media-id th1)
|
||||
(:media-id th2)))
|
||||
(sto/touch-object! storage (:media-id th1)))
|
||||
(sto/touch-object! storage (:media-id th1) :async true))
|
||||
|
||||
th2))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue