1
0
mirror of https://github.com/bitwarden/server synced 2025-12-12 14:23:38 +00: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));
}
}