]> source.dussan.org Git - gitea.git/commit
fix url in discord webhook (#4953)
authorcrito <esno@users.noreply.github.com>
Tue, 18 Sep 2018 07:04:46 +0000 (09:04 +0200)
committertechknowlogick <techknowlogick@users.noreply.github.com>
Tue, 18 Sep 2018 07:04:46 +0000 (21:04 -1000)
commitd6b97c8557fc8707c6b1d1ead26ec82a0ac8a2d5
tree9f7bbd1bc1fa4f30d54f0011037c68b14a169ec9
parent4befec242aa3563f5a8a38bd390d834e4aa2797b
fix url in discord webhook (#4953)

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