1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

Expose header in history

This commit is contained in:
mcrakhman 2023-01-18 08:24:33 +01:00 committed by Mikhail Iudin
parent d15a02571f
commit e12edef524
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
3 changed files with 13 additions and 1 deletions

View file

@ -55,6 +55,7 @@ func NewChangeFromRoot(id string, ch *treechangeproto.RootChange, signature []by
IsSnapshot: true,
Identity: string(ch.Identity),
Signature: signature,
Data: []byte(ch.ChangeType),
}
}