fix(slack): pass sender to system event session resolver

This commit is contained in:
Vincent Koc
2026-03-04 01:11:24 -05:00
parent 6af782d2d9
commit c8e91fdf88

View File

@@ -36,6 +36,7 @@ export async function authorizeAndResolveSlackSystemEventContext(params: {
const sessionKey = ctx.resolveSlackSystemEventSessionKey({
channelId,
channelType: auth.channelType,
senderId,
});
return {
channelLabel,