mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
fix missing orgnization discord webhook (#2414)
This commit is contained in:
@@ -104,7 +104,6 @@ func WebhooksNew(ctx *context.Context) {
|
||||
ctx.Data["DiscordHook"] = map[string]interface{}{
|
||||
"Username": "Gitea",
|
||||
"IconURL": setting.AppURL + "img/favicon.png",
|
||||
"Color": 16724530,
|
||||
}
|
||||
}
|
||||
ctx.Data["BaseLink"] = orCtx.Link
|
||||
|
Reference in New Issue
Block a user