1
0
Fork 0
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:
mcrakhman 2024-09-24 11:20:38 +02:00
parent a4cffaecca
commit 70214fec8a
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B
6 changed files with 40 additions and 42 deletions

View file

@ -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()).