diff --git a/osu.Game/Online/Chat/ChannelType.cs b/osu.Game/Online/Chat/ChannelType.cs
index 8439638c46..c8b9463ded 100644
--- a/osu.Game/Online/Chat/ChannelType.cs
+++ b/osu.Game/Online/Chat/ChannelType.cs
@@ -6,6 +6,7 @@ namespace osu.Game.Online.Chat
     public enum ChannelType
     {
         Public,
+        Private,
         Multiplayer,
         Spectator,
         Temporary,