mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(bot): enable proxying in media channel threads
These support webhooks now, yay
This commit is contained in:
parent
8cf50a7d97
commit
f99e10ae08
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ public class ProxyService
|
||||||
Channel.ChannelType.GuildVoice => true,
|
Channel.ChannelType.GuildVoice => true,
|
||||||
Channel.ChannelType.GuildStageVoice => true,
|
Channel.ChannelType.GuildStageVoice => true,
|
||||||
Channel.ChannelType.GuildForum => isRootChannel,
|
Channel.ChannelType.GuildForum => isRootChannel,
|
||||||
|
Channel.ChannelType.GuildMedia => isRootChannel,
|
||||||
_ => false,
|
_ => false,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue