We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82e9a5 commit 5a03f53Copy full SHA for 5a03f53
src/processSubmission.js
@@ -54,6 +54,7 @@ const processSubmission = async (event, web) => {
54
await web.chat.postMessage({
55
text: `<@${event.user}> ${response}`,
56
channel: event.channel,
57
+ thread_ts: event.thread_ts,
58
});
59
} catch (err) {
60
console.log(
0 commit comments