fix: :network/online? default set to true

pull/645/head
Tienson Qin 2020-11-11 14:20:16 +08:00
parent 512621ad24
commit 1a7bf8c7da
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@
:repo/importing-to-db? nil
:repo/sync-status {}
:repo/changed-files nil
:network/online? nil
;; TODO: how to detect the network reliably?
:network/online? true
:indexeddb/support? true
;; TODO: save in local storage so that if :changed? is true when user
;; reloads the browser, the app should re-index the repo (another way