mattermost/mattermost
Vedi su GitHub[Bug]: Mattermost interactive button do not call URL after editing message
Open
#34.438 aperta il 9 nov 2025
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
- I have checked the issue tracker and have not found an issue that matches the one I'm filing.
- This issue is not a troubleshooting question. Troubleshooting questions go here: https://forum.mattermost.com/c/trouble-shoot/16.
- This issue is not a feature request. You can request features and make product suggestions here: https://mattermost.uservoice.com/forums/306457-general/.
- This issue reproduces on one of the currently supported server versions.
- I have read the contribution guidelines and the Mattermost Handbook Contribution Guidelines.
Mattermost Server Version
11.0.4
Operating System
all clients
Steps to reproduce
- Post a message with interactive buttons using an integration (e.g., via a webhook or slash command).
- Confirm that clicking a button correctly triggers the integration callback.
- Edit the message containing the interactive buttons.
- 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