mirror of
https://github.com/logseq/logseq.git
synced 2026-05-18 01:42:19 +00:00
fix: no block creator when hovering on block bullets
This commit is contained in:
@@ -241,7 +241,8 @@
|
||||
(sqlite-gc/gc-kvs-table! db {:full-gc? full-gc?})
|
||||
(.exec db "VACUUM"))
|
||||
(ldb/transact! datascript-conn [{:db/ident :logseq.kv/graph-last-gc-at
|
||||
:kv/value (common-util/time-ms)}]))))
|
||||
:kv/value (common-util/time-ms)}]
|
||||
{:skip-validate-db? true}))))
|
||||
|
||||
(defn- <create-or-open-db!
|
||||
[repo {:keys [config datoms] :as opts}]
|
||||
|
||||
@@ -297,9 +297,7 @@
|
||||
(def rtc-ignored-attrs
|
||||
(set/union
|
||||
#{:logseq.property.embedding/hnsw-label-updated-at
|
||||
:block/tx-id
|
||||
;; FIXME: created-by-ref maybe not exist yet on server or client
|
||||
:logseq.property/created-by-ref}
|
||||
:block/tx-id}
|
||||
rtc-const/ignore-attrs-when-syncing
|
||||
rtc-const/ignore-entities-when-init-upload))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user