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({
|
const sessionKey = ctx.resolveSlackSystemEventSessionKey({
|
||||||
channelId,
|
channelId,
|
||||||
channelType: auth.channelType,
|
channelType: auth.channelType,
|
||||||
|
senderId,
|
||||||
});
|
});
|
||||||
return {
|
return {
|
||||||
channelLabel,
|
channelLabel,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user