Construct notifications client inside ChannelManager

This commit is contained in:
Dan Balasescu
2022-11-04 18:51:00 +09:00
parent 72745656e7
commit fa18b5f701
8 changed files with 10 additions and 13 deletions

View File

@ -48,7 +48,7 @@ namespace osu.Game.Tournament.Components
if (manager == null)
{
AddInternal(manager = new ChannelManager(api, api.GetNotificationsConnector()));
AddInternal(manager = new ChannelManager(api));
Channel.BindTo(manager.CurrentChannel);
}