1
0
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:
Kyle Spearrin
2018-08-06 09:04:31 -04:00
parent 58d29cc4a8
commit b2715503c3
5 changed files with 50 additions and 28 deletions

View File

@ -30,9 +30,7 @@ namespace Bit.Core.Services
}
else
{
#if NET471
_services.Add(new NotificationHubPushNotificationService(globalSettings, httpContextAccessor));
#endif
// _services.Add(new AzureQueuePushNotificationService(globalSettings, httpContextAccessor));
}
}