🐛 Disable old urls when moving files between projects

This commit is contained in:
Alejandro Alonso 2023-05-26 15:46:16 +02:00 committed by Andrey Antukh
parent 2c007e7303
commit c189b5e638
3 changed files with 21 additions and 14 deletions

View file

@ -280,7 +280,7 @@
;; WTF is this?
share-id (-> state :viewer-local :share-id)
stoper (rx/filter (ptk/type? ::fetch-bundle) stream)]
(->> (rx/zip (rp/cmd! :get-file {:id file-id :features features})
(->> (rx/zip (rp/cmd! :get-file {:id file-id :features features :project-id project-id})
(fetch-thumbnail-blobs file-id)
(rp/cmd! :get-project {:id project-id})
(rp/cmd! :get-team-users {:file-id file-id})