mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	fix orgnization webhooks (#2422)
* fix org webhooks * remove trace code
This commit is contained in:
		@@ -142,8 +142,6 @@ func getDiscordPushPayload(p *api.PushPayload, meta *DiscordMeta) (*DiscordPaylo
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	fmt.Println(text)
 | 
			
		||||
 | 
			
		||||
	return &DiscordPayload{
 | 
			
		||||
		Username:  meta.Username,
 | 
			
		||||
		AvatarURL: meta.IconURL,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user