1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-06-26 01:15:32 +00:00
gitea/services/webhook
Denys Konovalov 0285b04f4c
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>
2024-03-17 14:11:28 +00:00
..
deliver_test.go Add test for webhook (#29755) 2024-03-14 01:10:51 +00:00
deliver.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
dingtalk_test.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
dingtalk.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
discord_test.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
discord.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
feishu_test.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
feishu.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
general_test.go Fix Matrix and MSTeams nil dereference (#28089) 2023-11-17 12:17:33 +01:00
general.go Fix package webhook (#27839) 2023-10-31 04:43:38 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
matrix_test.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
matrix.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
msteams_test.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
msteams.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
notifier.go Move notification interface to services layer (#26915) 2023-09-05 18:37:47 +00:00
packagist_test.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
packagist.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
payloader.go Fix broken webhooks (#29690) 2024-03-10 01:32:48 +00:00
slack_test.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
slack.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
telegram_test.go fix telegram webhook (#29864) 2024-03-17 14:11:28 +00:00
telegram.go fix telegram webhook (#29864) 2024-03-17 14:11:28 +00:00
webhook_test.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
webhook.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00
wechatwork.go Store webhook event in database (#29145) 2024-03-07 23:18:38 +01:00