]> source.dussan.org Git - gitea.git/commit
fix url in discord webhook (#4951)
authorcrito <esno@users.noreply.github.com>
Tue, 18 Sep 2018 05:27:02 +0000 (07:27 +0200)
committerLauris BH <lauris@nix.lv>
Tue, 18 Sep 2018 05:27:02 +0000 (08:27 +0300)
commit4176e33148650db5fb7b88d38ac03343ed6c981d
treeb7aeaec2dc2067c02c03bcbc42abd68aef4bc142
parent177b46fe7758b28a7fce0290ae0bfa363e7c66b5
fix url in discord webhook (#4951)

opening issues generates a webhook to discord that contains
a url to the gitea api. the message title in discord is therefore
referencing to the api instead of the issue itself.
models/webhook_discord.go