Whenever someone uses /meet command to create a new meet link, the mattermost notification would say something like @bartaz did something new instead of saying that new meeting was requested.
As it doesn't seem to be anything in our code, it seems to be coming from mattermost itself. I found some related issues about it:
Whenever someone uses
/meet
command to create a new meet link, the mattermost notification would say something like@bartaz did something new
instead of saying that new meeting was requested.As it doesn't seem to be anything in our code, it seems to be coming from mattermost itself. I found some related issues about it:
https://forum.mattermost.com/t/posts-with-attachments-and-desktop-notifications-did-something-new/2507 https://mattermost.atlassian.net/browse/MM-3766
I'm not sure, but I guess what it means that we should provide some fallback text along with the
text
and it will be used in the notification?https://developers.mattermost.com/integrate/admin-guide/admin-message-attachments/