Merge branch 'master' into chat-silences

This commit is contained in:
Dean Herbert
2022-11-12 21:00:56 +09:00
462 changed files with 4932 additions and 2053 deletions

View File

@ -65,7 +65,7 @@ namespace osu.Game.Tests.Visual.Online
RelativeSizeAxes = Axes.Both,
CachedDependencies = new (Type, object)[]
{
(typeof(ChannelManager), channelManager = new ChannelManager(API, API.GetNotificationsConnector())),
(typeof(ChannelManager), channelManager = new ChannelManager(API)),
},
Children = new Drawable[]
{