Skip to content

message_replied subtype doesn't not invoke #2587

@KevinEdry

Description

@KevinEdry

(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)

  1. listen to the message_replied message subtype.
  2. 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

Labels

auto-triage-skipPrevent this issue from being closed due to lack of activitybugM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedserver-side-issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions