mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 16:12:49 -05:00
more notification hub renames
This commit is contained in:
@ -28,7 +28,7 @@ namespace Bit.Core.Services
|
||||
_services.Add(new RelayPushNotificationService(globalSettings, httpContextAccessor, relayLogger));
|
||||
}
|
||||
if(CoreHelpers.SettingHasValue(globalSettings.InternalIdentityKey) &&
|
||||
CoreHelpers.SettingHasValue(globalSettings.BaseServiceUri.InternalHub))
|
||||
CoreHelpers.SettingHasValue(globalSettings.BaseServiceUri.InternalNotifications))
|
||||
{
|
||||
// _services.Add(new HubApiPushNotificationService(globalSettings, httpContextAccessor, hubLogger));
|
||||
}
|
||||
|
Reference in New Issue
Block a user