mattermost/mattermost

[Bug]: Mattermost interactive button do not call URL after editing message

Open

#34.438 aperta il 9 nov 2025

Vedi su GitHub
 (8 commenti) (0 reazioni) (1 assegnatario)TypeScript (7823 fork)batch import
Help Wanted

Metriche repository

Star
 (32.880 star)
Metriche merge PR
 (Merge medio 6g 5h) (318 PR mergiate in 30 g)

Descrizione

Before you file a bug report

Mattermost Server Version

11.0.4

Operating System

all clients

Steps to reproduce

  1. Post a message with interactive buttons using an integration (e.g., via a webhook or slash command).
  2. Confirm that clicking a button correctly triggers the integration callback.
  3. Edit the message containing the interactive buttons.
  4. Click the same interactive button again.

Expected behavior

The button should continue to trigger the callback request (POST) to the integration endpoint even after the message is edited.

Observed behavior

After editing the message, clicking the button does nothing — no callback request is sent.

Log Output

Additional Information

No response

Guida contributor