fix(rtc): handle :move+update-attrs remote-op

This commit is contained in:
rcmerci
2024-06-27 20:18:28 +08:00
parent ade53ebce1
commit aac68c16e9
3 changed files with 16 additions and 5 deletions

View File

@@ -121,6 +121,15 @@
[:hash {:optional true} :int]
[:db/ident {:optional true} :keyword]
[::m/default extra-attr-map-schema]]]
[:move+update-attrs
[:map
[:op :keyword]
[:self :uuid]
[:parents {:optional true} [:sequential :uuid]]
[:block/order {:optional true} db-malli-schema/block-order]
[:hash {:optional true} :int]
[:db/ident {:optional true} :keyword]
[::m/default extra-attr-map-schema]]]
[:update-page
[:map
[:op :keyword]