-
Notifications
You must be signed in to change notification settings - Fork 419
Open
Labels
auto-triage-skipPrevent this issue from being closed due to lack of activityPrevent this issue from being closed due to lack of activitybugM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedserver-side-issue
Description
(Filling out the following with as much detail as you can provide will help us solve your issue sooner.)
@slack/bolt version
4.4.0
Your App and Receiver Configuration
App({
token,
signingSecret,
appToken,
socketMode: true,
deferInitialization: true,
customRoutes: [atlassianAuthCallbackRoute],
});Node.js runtime version
Node.js v22.14.0
Steps to reproduce:
(Share the commands to run, source code, and project settings)
- listen to the
message_repliedmessage subtype. - try to reply in a thread
Expected result:
The expected result would be that the app.message will invoke the callback.
Actual result:
The callback never gets invoked, the app isn't reaching the console.log.
app.message(subtype('message_replied'), async ({ message, event, context, payload }) => {
console.log({ message, event, payload, context });
});Requirements
For general questions/issues about Slack API platform or its server-side, could you submit questions at https://my.slack.com/help/requests/new instead. 🙇
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
Metadata
Metadata
Assignees
Labels
auto-triage-skipPrevent this issue from being closed due to lack of activityPrevent this issue from being closed due to lack of activitybugM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedserver-side-issue