diff options
author | Sandro Santilli <strk@kbt.io> | 2017-03-16 02:34:24 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-16 09:34:24 +0800 |
commit | 447c9b428f4cf50174ef7f3fbea56b5405f6bbf8 (patch) | |
tree | 9188395769273bd286e73ee940311216fce58073 /models/fixtures/issue.yml | |
parent | ca1c3f1926eff992a2458f26cb24ed2f35265b05 (diff) | |
download | gitea-447c9b428f4cf50174ef7f3fbea56b5405f6bbf8.tar.gz gitea-447c9b428f4cf50174ef7f3fbea56b5405f6bbf8.zip |
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
Diffstat (limited to 'models/fixtures/issue.yml')
-rw-r--r-- | models/fixtures/issue.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/fixtures/issue.yml b/models/fixtures/issue.yml index c2d21089ce..7bbbab26fe 100644 --- a/models/fixtures/issue.yml +++ b/models/fixtures/issue.yml @@ -8,7 +8,7 @@ content: content1 is_closed: false is_pull: false - num_comments: 0 + num_comments: 2 created_unix: 946684800 updated_unix: 978307200 |