]> source.dussan.org Git - gitea.git/commit
Send notifications to partecipants in issue comments (#1217)
authorSandro Santilli <strk@kbt.io>
Thu, 16 Mar 2017 01:34:24 +0000 (02:34 +0100)
committerLunny Xiao <xiaolunwen@gmail.com>
Thu, 16 Mar 2017 01:34:24 +0000 (09:34 +0800)
commit447c9b428f4cf50174ef7f3fbea56b5405f6bbf8
tree9188395769273bd286e73ee940311216fce58073
parentca1c3f1926eff992a2458f26cb24ed2f35265b05
Send notifications to partecipants in issue comments (#1217)

* Send notifications to partecipants in issue comments

Closes #1216

Includes test (still failing)

* Do not include "labelers" to participants

Fix test to expect what GetParticipants return
models/fixtures/comment.yml
models/fixtures/issue.yml
models/issue.go
models/issue_mail.go
models/issue_test.go