#2045 have fallback but empty value

This commit is contained in:
Unknwon 2015-12-04 19:01:34 -05:00
parent 05ba8622f0
commit 76d4b9288b
1 changed files with 0 additions and 3 deletions

View File

@ -115,9 +115,6 @@ func getSlackPushPayload(p *api.PushPayload, slack *SlackMeta) (*SlackPayload, e
slackAttachments := []SlackAttachment{{
Color: slack.Color,
Text: attachmentText,
}, {
Fallback: fmt.Sprintf("%s pushed %s to %s/%s: %s",
p.Pusher, commitDesc, p.Repo.Name, branchName, p.CompareUrl),
}}
return &SlackPayload{