1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-07 13:34:20 -04:00

Fixed Webhook URL-length Issue #2465

This commit is contained in:
Kim "BKC" Carlbäcker 2016-01-27 01:38:07 +01:00
parent ab0ba4bbae
commit edc414c584

View File

@ -285,7 +285,7 @@ type HookTask struct {
HookID int64
UUID string
Type HookTaskType
URL string
URL string `xorm:"TEXT"`
api.Payloader `xorm:"-"`
PayloadContent string `xorm:"TEXT"`
ContentType HookContentType