We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message actions aren't handled properly, so the Could not determine the type of an incoming event. No listeners will be called. error is logged.
Could not determine the type of an incoming event. No listeners will be called.
I believe this is due to https://github.com/slackapi/bolt/blob/master/src/helpers.ts#L49 since message actions won't have an actions array or be type dialog_submission.
actions
dialog_submission
x
[ ]
The text was updated successfully, but these errors were encountered:
shaydewael
Successfully merging a pull request may close this issue.
Description
Message actions aren't handled properly, so the
Could not determine the type of an incoming event. No listeners will be called.
error is logged.I believe this is due to https://github.com/slackapi/bolt/blob/master/src/helpers.ts#L49 since message actions won't have an
actions
array or be typedialog_submission
.What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: