Sanity check on message channel.

Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
Armored Dragon 2024-07-09 13:23:44 -05:00
parent 252b33b73f
commit fe4625839b
No known key found for this signature in database
GPG key ID: C7207ACC3382AD8B

View file

@ -96,9 +96,10 @@
if (channel !== "chat") return;
message = JSON.parse(message);
if (!message.channel) message.channel = 'domain'; // We don't know where to put this message. Assume it is a domain wide message.
// Floofchat compatibility hook
message = floofChatCompatibilityConversion(message);
message.channel = message.channel.toLowerCase(); // Make sure the "local", "domain", etc. is formatted consistently
if (!channels.includes(message.channel)) return; // Check the channel