mirror of
https://github.com/go-gitea/gitea
synced 2025-07-10 04:27:22 +00:00
Update image URL for Discord webhook (#19536)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
@ -147,7 +147,6 @@ func WebhooksNew(ctx *context.Context) {
|
||||
if hookType == "discord" {
|
||||
ctx.Data["DiscordHook"] = map[string]interface{}{
|
||||
"Username": "Gitea",
|
||||
"IconURL": setting.AppURL + "img/favicon.png",
|
||||
}
|
||||
}
|
||||
ctx.Data["BaseLink"] = orCtx.LinkNew
|
||||
|
Reference in New Issue
Block a user