fix(slack): thread channel ID through inbound context for reactions (#34831)

Slack reaction/thread context routing fixes via canonical synthesis of #34831.

Co-authored-by: Tak <tak@users.noreply.github.com>
This commit is contained in:
dunamismax
2026-03-05 21:47:31 -05:00
committed by GitHub
parent 909f26a26b
commit 1efa7a88c4
7 changed files with 45 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ export function buildThreadingToolContext(params: {
ReplyToId: sessionCtx.ReplyToId,
ThreadLabel: sessionCtx.ThreadLabel,
MessageThreadId: sessionCtx.MessageThreadId,
NativeChannelId: sessionCtx.NativeChannelId,
},
hasRepliedRef,
}) ?? {};