mirror of
https://github.com/bitwarden/server
synced 2025-12-31 15:43:16 +00:00
Add limit item deletion server code (#5308)
This commit is contained in:
@@ -246,7 +246,8 @@ public class NotificationHubPushNotificationService : IPushNotificationService
|
||||
{
|
||||
OrganizationId = organization.Id,
|
||||
LimitCollectionCreation = organization.LimitCollectionCreation,
|
||||
LimitCollectionDeletion = organization.LimitCollectionDeletion
|
||||
LimitCollectionDeletion = organization.LimitCollectionDeletion,
|
||||
LimitItemDeletion = organization.LimitItemDeletion
|
||||
},
|
||||
false
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user