mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 20:21:47 +01:00 
			
		
		
		
	#2045 move fallback to empty string
This commit is contained in:
		
							parent
							
								
									4795fa01d8
								
							
						
					
					
						commit
						05ba8622f0
					
				| @ -113,10 +113,11 @@ func getSlackPushPayload(p *api.PushPayload, slack *SlackMeta) (*SlackPayload, e | ||||
| 	} | ||||
| 
 | ||||
| 	slackAttachments := []SlackAttachment{{ | ||||
| 		Fallback: fmt.Sprintf("%s pushed %s to %s/%s: %s", | ||||
| 			p.Pusher, commitDesc, p.Repo.Name, branchName, p.CompareUrl), | ||||
| 		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{ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user