diff --git a/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs b/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs index 5c9208300b..a139bd6557 100644 --- a/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs +++ b/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs @@ -673,7 +673,7 @@ namespace Tgstation.Server.Host.Components.Chat .Any(); } - if (!recursed && !mappedChannel.HasValue && hasChannelZero) + if (!recursed && !mappedChannel.HasValue && !message.User.Channel.IsPrivateChannel && hasChannelZero) { logger.LogInformation("Receieved message from unmapped channel whose provider contains ID 0. Remapping..."); await RemapProvider(provider, cancellationToken);