Merge remote-tracking branch 'origin/main' into staging

This commit is contained in:
Andrey Antukh 2026-07-23 11:02:56 +02:00
commit 9b88d35664

View File

@ -98,7 +98,7 @@
(if (= (:type manifest) "penpot/export-files")
(let [manifest (decode-manifest manifest)]
(assoc file :type :binfile-v3 :files (:files manifest)))
(assoc file :type :legacy-zip :body body))))
(assoc file :type :unknown))))
(rx/finalize (partial uz/close zip-reader))))
(= "application/octet-stream" mtype)