chore: handle notification of another member being removed (#2525)

This commit is contained in:
Aman Harwara
2023-09-22 13:10:53 +05:30
committed by GitHub
parent 07d18a6e9a
commit 80711a17fa
3 changed files with 11 additions and 0 deletions

View File

@@ -916,6 +916,7 @@ export class Dependencies {
return new SharedVaultService(
this.get<ItemManager>(TYPES.ItemManager),
this.get<SessionManager>(TYPES.SessionManager),
this.get<VaultUserService>(TYPES.VaultUserService),
this.get<SyncLocalVaultsWithRemoteSharedVaults>(TYPES.SyncLocalVaultsWithRemoteSharedVaults),
this.get<GetVault>(TYPES.GetVault),
this.get<GetOwnedSharedVaults>(TYPES.GetOwnedSharedVaults),