remove tx api, use tx/batch instead

This commit is contained in:
Tienson Qin
2026-01-09 20:49:19 +08:00
parent a217cdede6
commit cb032ea148
3 changed files with 1 additions and 32 deletions

View File

@@ -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))