diff --git a/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs b/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs index 93e8971229..5380171269 100644 --- a/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs +++ b/src/Tgstation.Server.Host/Components/Chat/ChatManager.cs @@ -828,8 +828,7 @@ namespace Tgstation.Server.Host.Components.Chat lock (mappedChannels) // so it doesn't change while we're using it wdChannels = mappedChannels.Select(x => x.Key).ToList(); - QueueMessage(message, wdChannels); - return Task.CompletedTask; + return SendMessage(message, wdChannels, cancellationToken); } ///