actually use the :participating notification type
This commit is contained in:
parent
4c68ff08bb
commit
7059af2980
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue