mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 01:03:39 +01:00
MS Teams webhook misses commit messages (#8209)
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:
parent
34497984e9
commit
99f3ee3bf3
@ -236,6 +236,7 @@ func getMSTeamsPushPayload(p *api.PushPayload) (*MSTeamsPayload, error) {
|
|||||||
ActivityTitle: p.Sender.FullName,
|
ActivityTitle: p.Sender.FullName,
|
||||||
ActivitySubtitle: p.Sender.UserName,
|
ActivitySubtitle: p.Sender.UserName,
|
||||||
ActivityImage: p.Sender.AvatarURL,
|
ActivityImage: p.Sender.AvatarURL,
|
||||||
|
Text: text,
|
||||||
Facts: []MSTeamsFact{
|
Facts: []MSTeamsFact{
|
||||||
{
|
{
|
||||||
Name: "Repository:",
|
Name: "Repository:",
|
||||||
|
Loading…
Reference in New Issue
Block a user