fix(bot): enable proxying in media channel threads

These support webhooks now, yay
This commit is contained in:
Iris System 2023-10-07 21:58:40 +13:00
parent 8cf50a7d97
commit f99e10ae08

View file

@ -128,6 +128,7 @@ public class ProxyService
Channel.ChannelType.GuildVoice => true,
Channel.ChannelType.GuildStageVoice => true,
Channel.ChannelType.GuildForum => isRootChannel,
Channel.ChannelType.GuildMedia => isRootChannel,
_ => false,
};
}