summary refs log tree commit diff
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2026-02-04 11:56:23 -0600
committerMathMan05 <mathmanrm@gmail.com>2026-02-04 11:56:23 -0600
commit106588274fdbf89ac8995ca413909ef1540a0d24 (patch)
tree130b5bedf8205720eb7fa748fb6587fa0d2e39b2
parentthread improvements (diff)
downloadserver-ts-106588274fdbf89ac8995ca413909ef1540a0d24.tar.xz
fix forum channel
-rw-r--r--src/api/routes/channels/#channel_id/threads.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/routes/channels/#channel_id/threads.ts b/src/api/routes/channels/#channel_id/threads.ts

index 79392fe6..bb4a9106 100644 --- a/src/api/routes/channels/#channel_id/threads.ts +++ b/src/api/routes/channels/#channel_id/threads.ts
@@ -117,6 +117,7 @@ router.post( const embeds = body.message.embeds || []; const message = await handleMessage({ ...body, + id: thread.id, type: 0, pinned: false, author_id: req.user_id,