index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
models
/
webhook_slack.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'models/webhook_slack.go')
-rw-r--r--
models/webhook_slack.go
3
1 files changed, 0 insertions, 3 deletions
diff --git a/models/webhook_slack.go b/models/webhook_slack.go
index 12f21af4..8fcf6495 100644
--- a/
models/webhook_slack.go
+++ b/
models/webhook_slack.go
@@ -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{