fix(rtc): dissoc schema-verison when apply-ops with s3-key

This commit is contained in:
rcmerci
2025-10-19 00:11:51 +08:00
parent db57d6834b
commit f89d108f4f
2 changed files with 1 additions and 2 deletions

View File

@@ -61,7 +61,7 @@
message* (if s3-key
(-> message
(assoc :s3-key s3-key)
(dissoc :graph-uuid :ops :t-before))
(dissoc :graph-uuid :ops :t-before :schema-version))
message)]
(handle-remote-ex (m/? (ws/send&recv ws message* opts)))))]
(m/sp