fix(rsapi): add fname unicode normalization

This commit is contained in:
Andelf
2022-12-29 20:25:42 +08:00
parent bbfaefac5b
commit 5b25641785
5 changed files with 36 additions and 36 deletions

View File

@@ -33,7 +33,7 @@
(rsapi/deleteRemoteFiles graph-uuid base-path (clj->js file-paths) txid token))
(defn update-remote-files [graph-uuid base-path file-paths txid token]
(rsapi/updateRemoteFiles graph-uuid base-path (clj->js file-paths) txid token true))
(rsapi/updateRemoteFiles graph-uuid base-path (clj->js file-paths) txid token))
(defn encrypt-fnames [graph-uuid fnames]
(rsapi/encryptFnames graph-uuid (clj->js fnames)))