-
Notifications
You must be signed in to change notification settings - Fork 297
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
When the user clicks a button, then the command is returned, but you don't know who triggered that. In Slack for that reason we append a mention in the command header:
We should the same for Teams. We will need to for each mention added a dedicated entry under entities
:
content.MsTeams.Entities = []MSTeamsEntity{
{
Type: "mention",
Text: "{mention},
Mentioned: Mentioned{
ID: {userID},
Name: {userName},
},
},
}
Note You cannot have addtional entries that are not specified in the text.
Current solution
At present, we include a plain text mention, which may pose an issue only if users share the same names
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
No status