mirror of
https://github.com/bitwarden/server.git
synced 2025-07-06 10:32:49 -05:00
Added push notification for when Collection management settings have been changed. (#5230)
This commit is contained in:
@ -802,6 +802,11 @@ public class OrganizationService : IOrganizationService
|
||||
Description = organization.DisplayBusinessName()
|
||||
});
|
||||
}
|
||||
|
||||
if (eventType == EventType.Organization_CollectionManagement_Updated)
|
||||
{
|
||||
await _pushNotificationService.PushSyncOrganizationCollectionManagementSettingsAsync(organization);
|
||||
}
|
||||
}
|
||||
|
||||
public async Task UpdateTwoFactorProviderAsync(Organization organization, TwoFactorProviderType type)
|
||||
|
Reference in New Issue
Block a user