1
0
mirror of https://github.com/bitwarden/server synced 2025-12-12 22:33:45 +00:00

PM-10600: Sending to specific client types for other clients

This commit is contained in:
Maciej Zieniuk
2024-10-22 11:11:55 +01:00
parent 7020565770
commit 6296c1fb1f
7 changed files with 96 additions and 16 deletions

View File

@@ -181,6 +181,7 @@ public class NotificationsApiPushNotificationService : BaseIdentityClientService
Global = notification.Global,
UserId = notification.Id,
OrganizationId = notification.Id,
ClientType = notification.ClientType,
RevisionDate = notification.RevisionDate
};