canonical / webteam-hubot

7 stars 11 forks source link

Meet command notification is confusing #153

Open bartaz opened 2 years ago

bartaz commented 2 years ago

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/

bartaz commented 2 years ago

Unfortunately #161 didn't fix it. fallback is supported by attachments, not slash messages.

Maybe moving to sending it via attachments as suggested in #124 would allow to fix it.