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:
parent
4c45ad3e67
commit
67d535362f
7 changed files with 25 additions and 20 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue