mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Remove common storage
This commit is contained in:
parent
a4cffaecca
commit
70214fec8a
6 changed files with 40 additions and 42 deletions
|
@ -179,7 +179,7 @@ func (s *spaceService) NewSpace(ctx context.Context, id string, deps Deps) (Spac
|
|||
spaceApp.Register(state).
|
||||
Register(deps.SyncStatus).
|
||||
Register(peerManager).
|
||||
Register(newCommonStorage(st)).
|
||||
Register(st).
|
||||
Register(objectsync.New()).
|
||||
Register(sync.NewSyncService()).
|
||||
Register(syncacl.New()).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue