fix: Send assignment notifications only to the assignee(s)
ref: https://37s.fizzy.37signals.com/buckets/693169850/bubbles/999008619
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
class Notifier::Assigned < Notifier
|
||||
private
|
||||
def recipients
|
||||
event.assignees
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user