mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 19:31:21 +01:00
Fixed Webhook URL-length Issue #2465
This commit is contained in:
parent
ab0ba4bbae
commit
edc414c584
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ type HookTask struct {
|
||||||
HookID int64
|
HookID int64
|
||||||
UUID string
|
UUID string
|
||||||
Type HookTaskType
|
Type HookTaskType
|
||||||
URL string
|
URL string `xorm:"TEXT"`
|
||||||
api.Payloader `xorm:"-"`
|
api.Payloader `xorm:"-"`
|
||||||
PayloadContent string `xorm:"TEXT"`
|
PayloadContent string `xorm:"TEXT"`
|
||||||
ContentType HookContentType
|
ContentType HookContentType
|
||||||
|
|
Loading…
Reference in a new issue