summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2026-02-05 12:04:46 -0600
committerMathMan05 <mathmanrm@gmail.com>2026-02-05 12:04:46 -0600
commita1bc1ea633d04d857617f2529c4a5bd042b60034 (patch)
treeb70f0991a6e22b8c647da7802bad7374a4853299
parentimplement tag_setting (diff)
downloadserver-ts-a1bc1ea633d04d857617f2529c4a5bd042b60034.tar.xz
oops
-rw-r--r--src/api/routes/channels/#channel_id/threads.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/routes/channels/#channel_id/threads.ts b/src/api/routes/channels/#channel_id/threads.ts

index 26d49a68..a01d9a4b 100644 --- a/src/api/routes/channels/#channel_id/threads.ts +++ b/src/api/routes/channels/#channel_id/threads.ts
@@ -125,7 +125,7 @@ router.post( }, }), ]); - if (body.type !== ChannelType.GUILD_PRIVATE_THREAD) + if (body.type !== ChannelType.GUILD_PRIVATE_THREAD && !channel.isForum()) sendMessage({ channel_id: channel.id, type: MessageType.THREAD_CREATED,