mirror of
https://github.com/logseq/logseq.git
synced 2026-05-24 12:44:22 +00:00
remove tx api, use tx/batch instead
This commit is contained in:
@@ -179,11 +179,6 @@
|
||||
(enqueue-asset-sync! repo client)
|
||||
(enqueue-asset-initial-download! repo client)
|
||||
(flush-pending! repo client))
|
||||
"tx/ok" (do
|
||||
(update-server-t! client (:t message))
|
||||
(remove-pending-txs! repo @(:inflight client))
|
||||
(reset! (:inflight client) [])
|
||||
(flush-pending! repo client))
|
||||
"tx/batch/ok" (do
|
||||
(update-server-t! client (:t message))
|
||||
(remove-pending-txs! repo @(:inflight client))
|
||||
|
||||
Reference in New Issue
Block a user