diff --git a/api/server-irc/EchoHub.Server.Irc.IrcGatewayService.html b/api/server-irc/EchoHub.Server.Irc.IrcGatewayService.html index 03b7276..189070e 100644 --- a/api/server-irc/EchoHub.Server.Irc.IrcGatewayService.html +++ b/api/server-irc/EchoHub.Server.Irc.IrcGatewayService.html @@ -158,8 +158,8 @@ Class IrcGatewayService -

- IrcGatewayService(IOptions<IrcOptions>, IChatService, ILogger<IrcGatewayService>) +

+ IrcGatewayService(IOptions<IrcOptions>, IServiceProvider, ILogger<IrcGatewayService>)

@@ -167,14 +167,14 @@ Class IrcGatewayService
-
public IrcGatewayService(IOptions<IrcOptions> options, IChatService chatService, ILogger<IrcGatewayService> logger)
+
public IrcGatewayService(IOptions<IrcOptions> options, IServiceProvider services, ILogger<IrcGatewayService> logger)

Parameters

options IOptions<IrcOptions>
-
chatService IChatService
+
services IServiceProvider
logger ILogger<IrcGatewayService>
diff --git a/api/server/EchoHub.Server.Services.SignalRBroadcaster.html b/api/server/EchoHub.Server.Services.SignalRBroadcaster.html index d20f571..5258dc2 100644 --- a/api/server/EchoHub.Server.Services.SignalRBroadcaster.html +++ b/api/server/EchoHub.Server.Services.SignalRBroadcaster.html @@ -160,8 +160,8 @@ Class SignalRBroadcaster -

- SignalRBroadcaster(IHubContext<ChatHub, IEchoHubClient>, PresenceTracker) +

+ SignalRBroadcaster(IServiceProvider, PresenceTracker)

@@ -169,12 +169,12 @@ Class SignalRBroadcaster
-
public SignalRBroadcaster(IHubContext<ChatHub, IEchoHubClient> hubContext, PresenceTracker presenceTracker)
+
public SignalRBroadcaster(IServiceProvider serviceProvider, PresenceTracker presenceTracker)

Parameters

-
hubContext IHubContext<ChatHub, IEchoHubClient>
+
serviceProvider IServiceProvider
presenceTracker PresenceTracker
diff --git a/changelog/index.html b/changelog/index.html index 566750d..45589c8 100644 --- a/changelog/index.html +++ b/changelog/index.html @@ -90,6 +90,7 @@

Release history for EchoHub.

Releases