chore: show invite count bubble on preferences button (#2458)
This commit is contained in:
@@ -864,6 +864,7 @@ export class Dependencies {
|
||||
this.get<VaultUserService>(TYPES.VaultUserService),
|
||||
this.get<SyncService>(TYPES.SyncService),
|
||||
this.get<SharedVaultInvitesServer>(TYPES.SharedVaultInvitesServer),
|
||||
this.get<StatusService>(TYPES.StatusService),
|
||||
this.get<GetAllContacts>(TYPES.GetAllContacts),
|
||||
this.get<GetVault>(TYPES.GetVault),
|
||||
this.get<GetVaultContacts>(TYPES.GetVaultContacts),
|
||||
|
||||
@@ -37,6 +37,7 @@ export function RegisterApplicationServicesEvents(container: Dependencies, event
|
||||
events.addEventHandler(container.get(TYPES.SubscriptionManager), SessionEvent.Restored)
|
||||
events.addEventHandler(container.get(TYPES.SyncService), IntegrityEvent.IntegrityCheckCompleted)
|
||||
events.addEventHandler(container.get(TYPES.UserService), AccountEvent.SignedInOrRegistered)
|
||||
events.addEventHandler(container.get(TYPES.VaultInviteService), ApplicationEvent.Launched)
|
||||
events.addEventHandler(container.get(TYPES.VaultInviteService), SyncEvent.ReceivedSharedVaultInvites)
|
||||
|
||||
if (container.get(TYPES.FilesBackupService)) {
|
||||
|
||||
Reference in New Issue
Block a user