mirror of
https://gitee.com/gitea/gitea
synced 2025-11-10 19:40:25 +08:00
Fixed Webhook URL-length Issue #2465
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user