mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-02 04:41:11 +00:00
fix(slack): pass sender to system event session resolver
This commit is contained in:
@@ -36,6 +36,7 @@ export async function authorizeAndResolveSlackSystemEventContext(params: {
|
||||
const sessionKey = ctx.resolveSlackSystemEventSessionKey({
|
||||
channelId,
|
||||
channelType: auth.channelType,
|
||||
senderId,
|
||||
});
|
||||
return {
|
||||
channelLabel,
|
||||
|
||||
Reference in New Issue
Block a user