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
commit e54865bbd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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) => {