forgejo/services/webhook
Denys Konovalov 20f839ad00
fix telegram webhook (#29864)
Fix #29837 which is a regression caused by

https://github.com/go-gitea/gitea/pull/29145/files#diff-731445ee00f0f1bf2ff731f4f96ddcf51cdc53fd2faaf406eb3536fc292ea748L48.

The line was probably removed by accident.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
(cherry picked from commit 0285b04f4ca981d7467097dbca3b281011b7798c)
2024-03-26 19:04:25 +01:00
..
deliver.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00
deliver_test.go add test for webhook default method 2024-03-11 23:37:00 +07:00
dingtalk.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00
dingtalk_test.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00
discord.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00
discord_test.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00
feishu.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00
feishu_test.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00
general.go Fix package webhook (#27839) 2023-10-31 04:43:38 +00:00
general_test.go Fix Matrix and MSTeams nil dereference (#28089) 2023-11-17 12:17:33 +01:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
matrix.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00
matrix_test.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00
msteams.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00
msteams_test.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00
notifier.go Move notification interface to services layer (#26915) 2023-09-05 18:37:47 +00:00
packagist.go [BUG] Packagist webhook: support all events 2024-03-13 09:27:12 +01:00
packagist_test.go [BUG] Packagist webhook: support all events 2024-03-13 09:27:12 +01:00
payloader.go [BUG] Packagist webhook: support all events 2024-03-13 09:27:12 +01:00
slack.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00
slack_test.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00
telegram.go fix telegram webhook (#29864) 2024-03-26 19:04:25 +01:00
telegram_test.go fix telegram webhook (#29864) 2024-03-26 19:04:25 +01:00
webhook.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00
webhook_test.go fix webhook fixtures 2024-03-24 07:11:19 +01:00
wechatwork.go Store webhook event in database (#29145) 2024-03-11 23:36:59 +07:00