fix(slack): pass sender to system event session resolver
This commit is contained in:
parent
6af782d2d9
commit
c8e91fdf88
@ -36,6 +36,7 @@ export async function authorizeAndResolveSlackSystemEventContext(params: {
|
||||
const sessionKey = ctx.resolveSlackSystemEventSessionKey({
|
||||
channelId,
|
||||
channelType: auth.channelType,
|
||||
senderId,
|
||||
});
|
||||
return {
|
||||
channelLabel,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user