mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix(rsapi): add fname unicode normalization
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user