1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-31 22:58:35 +00:00

Telegram webhook (#4227)

This commit is contained in:
techknowlogick
2019-04-18 22:45:02 -04:00
committed by GitHub
parent 6dbd261852
commit 56da256853
13 changed files with 478 additions and 1 deletions

View File

@@ -17,6 +17,8 @@
<img class="img-13" src="{{AppSubUrl}}/img/discord.png">
{{else if eq .HookType "dingtalk"}}
<img class="img-13" src="{{AppSubUrl}}/img/dingtalk.ico">
{{else if eq .HookType "telegram"}}
<img class="img-13" src="{{AppSubUrl}}/img/telegram.png">
{{end}}
</div>
</h4>
@@ -26,6 +28,7 @@
{{template "repo/settings/webhook/slack" .}}
{{template "repo/settings/webhook/discord" .}}
{{template "repo/settings/webhook/dingtalk" .}}
{{template "repo/settings/webhook/telegram" .}}
</div>
{{template "repo/settings/webhook/history" .}}