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

Different fixes

This commit is contained in:
mcrakhman 2023-06-06 17:18:59 +02:00
parent 4c45ad3e67
commit 67d535362f
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
7 changed files with 25 additions and 20 deletions

View file

@ -169,7 +169,8 @@ func (s *space) Init(ctx context.Context) (err error) {
s.objectSync = s.app.MustComponent(objectsync.CName).(objectsync.ObjectSync)
s.storage = s.app.MustComponent(spacestorage.CName).(spacestorage.SpaceStorage)
s.aclList = s.app.MustComponent(syncacl.CName).(list.AclList)
return nil
s.header, err = s.storage.SpaceHeader()
return
}
func (s *space) SyncStatus() syncstatus.StatusUpdater {