Merge pull request #251 from scald/fix/slack-thread-replies
fix(slack): preserve thread context in auto-repliesmain
commit
e54865bbd2
|
|
@ -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) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue