1
Fork 0

Telegram webhook (#4227)

This commit is contained in:
techknowlogick 2019-04-18 22:45:02 -04:00 committed by GitHub
parent 6dbd261852
commit 56da256853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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" .}}