diff --git a/src/Notifications/Startup.cs b/src/Notifications/Startup.cs index 9032d2c2fd..4c2362a484 100644 --- a/src/Notifications/Startup.cs +++ b/src/Notifications/Startup.cs @@ -62,7 +62,7 @@ namespace Bit.Notifications signalRServerBuilder.AddStackExchangeRedis(globalSettings.Notifications.RedisConnectionString, options => { - options.Configuration.ChannelPrefix = "Notifications"; + options.Configuration.ClientName = "Notifications"; }); } services.AddSingleton();