From 106588274fdbf89ac8995ca413909ef1540a0d24 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 4 Feb 2026 11:56:23 -0600 Subject: [PATCH] fix forum channel --- src/api/routes/channels/#channel_id/threads.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/routes/channels/#channel_id/threads.ts b/src/api/routes/channels/#channel_id/threads.ts index 79392fe66..bb4a91063 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,