Fixed Webhook URL-length Issue #2465
This commit is contained in:
		
							parent
							
								
									ab0ba4bbae
								
							
						
					
					
						commit
						edc414c584
					
				|  | @ -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 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue