1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +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

@@ -19,6 +19,8 @@
<img class="img-13" src="{{AppSubUrl}}/img/discord.png">
{{else if eq .HookType "dingtalk"}}
<img class="img-13" src="{{AppSubUrl}}/img/dingtalk.png">
{{else if eq .HookType "telegram"}}
<img class="img-13" src="{{AppSubUrl}}/img/telegram.png">
{{end}}
</div>
</h4>
@@ -28,6 +30,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" .}}