feat: notify users to update filename format

This commit is contained in:
Junyi
2022-11-23 19:37:04 +08:00
committed by Tienson Qin
parent d2def5d3d3
commit 4898ef8ee1
4 changed files with 20 additions and 10 deletions

View File

@@ -494,7 +494,7 @@
reserved-paths (filter f paths)]
(when (seq reserved-paths)
(let [paths (if path-string? reserved-paths (map -relative-path reserved-paths))]
(state/pub-event! [:ui/notify-files-with-reserved-chars paths])
(state/pub-event! [:ui/notify-outdated-filename-format paths])
(prn "Skipped uploading those file paths with reserved chars: " paths)))
(vec (remove f paths))))