mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
Remove both unused :git/** and :project/** dict keys
This commit is contained in:
@@ -715,8 +715,7 @@
|
||||
(when (and (state/enable-journals? repo)
|
||||
(not (state/loading-files? repo)))
|
||||
(state/set-today! (date/today))
|
||||
(when (or (db/cloned? repo)
|
||||
(config/local-db? repo)
|
||||
(when (or (config/local-db? repo)
|
||||
(and (= "local" repo) (not (mobile-util/is-native-platform?))))
|
||||
(let [title (date/today)
|
||||
today-page (util/page-name-sanity-lc title)
|
||||
|
||||
Reference in New Issue
Block a user