summary refs log tree commit diff
path: root/src/util
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2026-02-04 12:00:12 -0600
committerMathMan05 <mathmanrm@gmail.com>2026-02-04 12:00:12 -0600
commitb38c378bece7a8963feefb5b667a409e048a66b8 (patch)
tree9ed07c1055ddcafae1b0207d31af5aa7b9d674ff /src/util
parentfix forum channel (diff)
downloadserver-ts-b38c378bece7a8963feefb5b667a409e048a66b8.tar.xz
forum fixes
Diffstat (limited to 'src/util')
-rw-r--r--src/util/entities/Channel.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/entities/Channel.ts b/src/util/entities/Channel.ts

index d57d8361..1fb681f6 100644 --- a/src/util/entities/Channel.ts +++ b/src/util/entities/Channel.ts
@@ -228,6 +228,8 @@ export class Channel extends BaseClass { case ChannelType.GUILD_PRIVATE_THREAD: case ChannelType.GUILD_NEWS_THREAD: case ChannelType.GUILD_TEXT: + case ChannelType.GUILD_FORUM: + case ChannelType.GUILD_MEDIA: case ChannelType.GUILD_NEWS: case ChannelType.GUILD_VOICE: if (channel.parent_id && !opts?.skipExistsCheck) {