Merge pull request #18410 from peppy/add-announce-channel-type

Fix chat not working if user is joined to new "announcement" channel
This commit is contained in:
Dan Balasescu
2022-05-25 19:34:32 +09:00
committed by GitHub

View File

@ -13,5 +13,6 @@ namespace osu.Game.Online.Chat
PM,
Group,
System,
Announce,
}
}