Merge pull request #251 from scald/fix/slack-thread-replies
fix(slack): preserve thread context in auto-replies
This commit is contained in:
@@ -738,7 +738,6 @@ export async function monitorSlackProvider(opts: MonitorSlackOpts = {}) {
|
|||||||
|
|
||||||
// Only thread replies if the incoming message was in a thread.
|
// Only thread replies if the incoming message was in a thread.
|
||||||
const incomingThreadTs = message.thread_ts;
|
const incomingThreadTs = message.thread_ts;
|
||||||
|
|
||||||
const dispatcher = createReplyDispatcher({
|
const dispatcher = createReplyDispatcher({
|
||||||
responsePrefix: cfg.messages?.responsePrefix,
|
responsePrefix: cfg.messages?.responsePrefix,
|
||||||
deliver: async (payload) => {
|
deliver: async (payload) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user