diff options
author | Unknwon <u@gogs.io> | 2017-02-21 11:36:19 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-21 11:36:19 -0500 |
commit | 8216360da89bec1f3df75fe15ee57bfdcc290339 (patch) | |
tree | 3f92632e7353bc02f1cc3362a4aa31c38a954c1b /modules/auth/repo_form.go | |
parent | c5b85f2733f6684b9efa1941d1a3f8dd2842a663 (diff) |
webhook: support color for Discord
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r-- | modules/auth/repo_form.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go index c9311530..6b4612c5 100644 --- a/modules/auth/repo_form.go +++ b/modules/auth/repo_form.go @@ -177,6 +177,7 @@ type NewDiscordHookForm struct { PayloadURL string `binding:"Required;Url"` Username string IconURL string + Color string WebhookForm } |