MS Teams webhook misses commit messages (#8225)

The current webhook just shows the amount of commits, but misses the actual commit description. While the code is actually there to include the description, it is just not included.

Signed-off-by: Bjoern Petri <bjoern.petri@sundevil.de>
This commit is contained in:
Bjoern Petri 2019-09-18 10:51:13 +02:00 committed by Lauris BH
parent aaf975bff1
commit 4b9786ba62
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ func getMSTeamsPushPayload(p *api.PushPayload) (*MSTeamsPayload, error) {
ActivityTitle: p.Sender.FullName,
ActivitySubtitle: p.Sender.UserName,
ActivityImage: p.Sender.AvatarURL,
Text: text,
Facts: []MSTeamsFact{
{
Name: "Repository:",