]> source.dussan.org Git - gitea.git/commit
Move webhook codes from service to webhook notification (#8712)
authorLunny Xiao <xiaolunwen@gmail.com>
Wed, 30 Oct 2019 10:02:46 +0000 (18:02 +0800)
committerLauris BH <lauris@nix.lv>
Wed, 30 Oct 2019 10:02:46 +0000 (12:02 +0200)
commitac6accef092ea5a983a4a8ee35282246fc3c6fc5
tree2a44c0198dd6e2f9c06eaa49603fd3d28793e1fa
parentf694bb45d79dcc093bc6332eabb3af063bc6b088
Move webhook codes from service to webhook notification (#8712)

* Move webhook codes from service to webhook notification

* move deletecomment webhook to notifications

* fix notification
modules/notification/indexer/indexer.go
modules/notification/webhook/webhook.go
routers/api/v1/repo/issue_comment.go
routers/repo/issue.go
services/comments/comments.go