Merge pull request #251 from scald/fix/slack-thread-replies

fix(slack): preserve thread context in auto-replies
This commit is contained in:
Peter Steinberger
2026-01-06 04:10:53 +00:00
committed by GitHub

View File

@@ -738,7 +738,6 @@ export async function monitorSlackProvider(opts: MonitorSlackOpts = {}) {
// Only thread replies if the incoming message was in a thread.
const incomingThreadTs = message.thread_ts;
const dispatcher = createReplyDispatcher({
responsePrefix: cfg.messages?.responsePrefix,
deliver: async (payload) => {