diff --git a/src/App/Services/PushNotificationListenerService.cs b/src/App/Services/PushNotificationListenerService.cs index 4b49130e4..d51ad85db 100644 --- a/src/App/Services/PushNotificationListenerService.cs +++ b/src/App/Services/PushNotificationListenerService.cs @@ -138,7 +138,7 @@ namespace Bit.App.Services if (isAuthenticated && sendCreateUpdateMessage.UserId == myUserId) { await _syncService.Value.SyncUpsertSendAsync(sendCreateUpdateMessage, - notification.Type == NotificationType.SyncCipherUpdate); + notification.Type == NotificationType.SyncSendUpdate); } break; case NotificationType.SyncSendDelete: