fix(slack): include sender context for interaction session routing
This commit is contained in:
parent
c8e91fdf88
commit
1b5e1f558f
@ -571,6 +571,7 @@ export function registerSlackInteractionEvents(params: { ctx: SlackMonitorContex
|
||||
const sessionKey = ctx.resolveSlackSystemEventSessionKey({
|
||||
channelId: channelId,
|
||||
channelType: auth.channelType,
|
||||
senderId: userId,
|
||||
});
|
||||
|
||||
// Build context key - only include defined values to avoid "unknown" noise
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user