You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
If slack events come as event_callback type then 'authed_users' list is missing from botkit 'message' object.
This is an important information which is missing as we use this list of authed users (for unfurl) to get user details from database.
I think whole payload of slack event should be attached in message object (like in previous botkit versions)
The text was updated successfully, but these errors were encountered:
Ref:
botkit/packages/botbuilder-adapter-slack/src/slack_adapter.ts
Line 594 in a02291c
If slack events come as
event_callback
type then 'authed_users' list is missing from botkit 'message' object.This is an important information which is missing as we use this list of authed users (for unfurl) to get user details from database.
I think whole payload of slack event should be attached in message object (like in previous botkit versions)
The text was updated successfully, but these errors were encountered: