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