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

GO-3273: update history version api

Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
AnastasiaShemyakinskaya 2024-08-14 15:05:40 +02:00
parent 64676816f5
commit 9b0ed4e184
No known key found for this signature in database
GPG key ID: CCD60ED83B103281
6 changed files with 18 additions and 62 deletions

View file

@ -44,9 +44,8 @@ var (
DoSnapshot = objecttree.DoSnapshot
buildHistoryTree = func(objTree objecttree.ObjectTree) (objecttree.ReadableObjectTree, error) {
return objecttree.BuildHistoryTree(objecttree.HistoryTreeParams{
TreeStorage: objTree.Storage(),
AclList: objTree.AclList(),
BuildFullTree: true,
TreeStorage: objTree.Storage(),
AclList: objTree.AclList(),
})
}
)