`message_replied` subtype doesn't not invoke
@hello-ashleyintech is already working on this.
Since Jun 30, 2025.
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 445
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 28
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.