Skip to content

Commit 5a03f53

Browse files
committed
replies are now threaded
1 parent d82e9a5 commit 5a03f53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/processSubmission.js

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const processSubmission = async (event, web) => {
5454
await web.chat.postMessage({
5555
text: `<@${event.user}> ${response}`,
5656
channel: event.channel,
57+
thread_ts: event.thread_ts,
5758
});
5859
} catch (err) {
5960
console.log(

0 commit comments

Comments
 (0)