forgejo/services/webhook
zeripath 93e907de41
Fix wechatwork webhook sends empty content in PR review (#21762) (#22440)
Backport #21762

Wechatwork webhook is sending the following string for pull request
reviews:

``` markdown
>
```

This commit fixes this problem.

Co-authored-by: Jim Kirisame <jim@lotlab.org>
2023-01-14 11:37:18 +08:00
..
deliver.go Decouple HookTask from Repository (#17940) 2022-10-21 18:21:56 +02:00
deliver_test.go
dingtalk.go
dingtalk_test.go
discord.go fix: omit avatar_url in discord payload when empty (#22393) (#22394) 2023-01-10 13:44:18 -06:00
discord_test.go
feishu.go
feishu_test.go
general.go
general_test.go
main_test.go
matrix.go
matrix_test.go
msteams.go
msteams_test.go
packagist.go
packagist_test.go
payloader.go
slack.go
slack_test.go
telegram.go
telegram_test.go
webhook.go Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 2022-10-24 20:29:17 +01:00
webhook_test.go Decouple HookTask from Repository (#17940) 2022-10-21 18:21:56 +02:00
wechatwork.go Fix wechatwork webhook sends empty content in PR review (#21762) (#22440) 2023-01-14 11:37:18 +08:00