diff --git a/src/Tgstation.Server.Host/Models/ChatChannel.cs b/src/Tgstation.Server.Host/Models/ChatChannel.cs index 2fe4de19cb..17e1d0c367 100644 --- a/src/Tgstation.Server.Host/Models/ChatChannel.cs +++ b/src/Tgstation.Server.Host/Models/ChatChannel.cs @@ -29,6 +29,7 @@ namespace Tgstation.Server.Host.Models DiscordChannelId = DiscordChannelId, IsAdminChannel = IsAdminChannel, IsWatchdogChannel = IsWatchdogChannel, + IsUpdatesChannel = IsUpdatesChannel, IrcChannel = IrcChannel }; }