mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix(rtc): handle :move+update-attrs remote-op
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user