mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix(rtc): sort entity-datoms-coll when generate local-ops
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
(let [conn (conn/get-db test-helper/test-db false)
|
||||
ws @(:*ws @rtc-fixture/*test-rtc-state)
|
||||
push-data-to-client-chan (:push-data-to-client-chan ws)]
|
||||
;; set local-t & graph-uuid in mock-indexeddb-store
|
||||
;; set local-t & graph-uuid in mock-indexeddb-store
|
||||
(<! (rtc-op/<update-local-tx! test-helper/test-db rtc-fixture/test-graph-init-local-t))
|
||||
(<! (rtc-op/<update-graph-uuid! test-helper/test-db rtc-fixture/test-graph-uuid))
|
||||
(>! push-data-to-client-chan {:req-id "push-updates"
|
||||
|
||||
Reference in New Issue
Block a user