mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-07 21:47:02 +09:00
Correctly send object type
This commit is contained in:
parent
b618db90d5
commit
5afc378256
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ func (h *HeadUpdate) ProtoMessage() (proto.Message, error) {
|
|||
SpaceId: h.Meta.SpaceId,
|
||||
Payload: payload,
|
||||
ObjectId: h.Meta.ObjectId,
|
||||
ObjectType: h.objectType,
|
||||
ObjectType: h.Update.ObjectType(),
|
||||
}, nil
|
||||
}
|
||||
return NewMessage(), nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue