fix(slack): include sender context for interaction session routing

This commit is contained in:
Vincent Koc 2026-03-04 01:11:27 -05:00
parent c8e91fdf88
commit 1b5e1f558f

View File

@ -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