actually use the :participating notification type

This commit is contained in:
http://jneen.net/ 2017-08-18 13:39:12 -07:00
parent 4c68ff08bb
commit 7059af2980
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ module NotificationRecipientService
def add_participants(user)
return unless target.respond_to?(:participants)
self << [target.participants(user), :watch]
self << [target.participants(user), :participating]
end
# Get project/group users with CUSTOM notification level