From 8216360da89bec1f3df75fe15ee57bfdcc290339 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 21 Feb 2017 11:36:19 -0500 Subject: webhook: support color for Discord --- modules/auth/repo_form.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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 } -- cgit v1.2.3