minhvv13
(Vu Van Minh)
July 24, 2020, 3:51pm
1
According to this documentation, the attachement supposed to disappear after hitting the updated button ( see the gif ): https://docs.mattermost.com/developer/interactive-messages.html#message-buttons
But the problem is after my respond message has been sent, the attachement won’t disappear. Please help me. Thank you!
minhvv13
(Vu Van Minh)
July 25, 2020, 2:32am
2
I found another post with the same issue but no solution
I have an interactive message with action buttons, but when I reply to the action the original message is not being replaced. Instead, a new message is appearing above the original message:
[Untitled]
This worked properly before (I don’t know which version MM — we’re currently on 5.23.1), and as far as we can tell nothing changed with our integration that would affect this.
Original message payload:
{
"channel": "test-channel",
"attachments": [
{
"actions": [
…
amy.blais
(Amy Blais)
July 27, 2020, 11:35pm
3
I have asked our team to try and reproduce this. Waiting for a response,
saturnino
(Saturnino Abril)
July 29, 2020, 1:51pm
4
@minhvv13 Thank you for the report. I’m able to reproduced. Ticket has been filed to further check - https://mattermost.atlassian.net/browse/MM-27369
1 Like
saturnino
(Saturnino Abril)
September 11, 2020, 1:48pm
5
Hello @minhvv13 ! Our integrations team have updated the code examples at https://github.com/mattermost/docs/pull/3813 . Let me know if that works for you or if you have any clarification, feel free to comment in that PR (though it’s already merged).
I’m closing this now.