fix: prefer server graph id

This commit is contained in:
Tienson Qin
2026-01-08 16:07:39 +08:00
parent 402d214253
commit dcff007590
5 changed files with 38 additions and 44 deletions

View File

@@ -546,10 +546,6 @@
tx-data)
_ (when context (worker-state/set-context! context))
tx-meta' (cond-> tx-meta
(and (not (:whiteboard/transact? tx-meta))
(not (:rtc-download-graph? tx-meta))) ; delay writes to the disk
(assoc :skip-store? true)
true
(dissoc :insert-blocks?))]
(when-not (and (:create-today-journal? tx-meta)