mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix(android): apply url decode before fs watcher notifies
This commit is contained in:
@@ -1777,7 +1777,7 @@
|
||||
(when (sync-state--valid-to-accept-filewatcher-event? sync-state)
|
||||
(when (or (:mtime stat) (= type "unlink"))
|
||||
(go
|
||||
(let [path (path-normalize (remove-dir-prefix dir path))
|
||||
(let [path (path-normalize path)
|
||||
files-meta (and (not= "unlink" type)
|
||||
(<! (<get-local-files-meta
|
||||
rsapi (:current-syncing-graph-uuid sync-state) dir [path])))
|
||||
|
||||
Reference in New Issue
Block a user