mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:41:36 +00:00
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:
@@ -58,6 +58,7 @@ export function buildThreadingToolContext(params: {
|
||||
ReplyToId: sessionCtx.ReplyToId,
|
||||
ThreadLabel: sessionCtx.ThreadLabel,
|
||||
MessageThreadId: sessionCtx.MessageThreadId,
|
||||
NativeChannelId: sessionCtx.NativeChannelId,
|
||||
},
|
||||
hasRepliedRef,
|
||||
}) ?? {};
|
||||
|
||||
Reference in New Issue
Block a user