summary refs log tree commit diff
path: root/src/api
diff options
context:
space:
mode:
authorMathMan05 <mathmanrm@gmail.com>2026-02-04 12:08:11 -0600
committerMathMan05 <mathmanrm@gmail.com>2026-02-04 12:08:11 -0600
commitc44aed6cc125b0ae277b39eb587fc1cef03647e2 (patch)
treeb6396711eacee4e96c0c4206223210d0acc192ec /src/api
parentmerge master (diff)
downloadserver-ts-c44aed6cc125b0ae277b39eb587fc1cef03647e2.tar.xz
fix another forum bug
Diffstat (limited to 'src/api')
-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 3b84f0ae..129da9a7 100644 --- a/src/api/routes/channels/#channel_id/threads.ts +++ b/src/api/routes/channels/#channel_id/threads.ts
@@ -122,7 +122,7 @@ router.post( pinned: false, author_id: req.user_id, embeds, - channel_id, + channel_id: thread.id, attachments, timestamp: new Date(), });