mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 00:22:50 -05:00
update to new 2.0.0 preview for notification hub
This commit is contained in:
@ -30,9 +30,7 @@ namespace Bit.Core.Services
|
||||
}
|
||||
else
|
||||
{
|
||||
#if NET471
|
||||
_services.Add(new NotificationHubPushNotificationService(globalSettings, httpContextAccessor));
|
||||
#endif
|
||||
// _services.Add(new AzureQueuePushNotificationService(globalSettings, httpContextAccessor));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user