This commit is contained in:
Ayush Ojha 2026-01-30 12:06:21 -04:00 committed by GitHub
commit 7eb40848cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,6 +108,7 @@ export function registerSlackMessageEvents(params: {
sessionKey,
contextKey: `slack:thread:broadcast:${channelId ?? "unknown"}:${messageId ?? "unknown"}`,
});
await handleSlackMessage(message, { source: "message" });
return;
}