fix(assignees): improve wording for assignee emails
This commit is contained in:
@ -300,6 +300,7 @@ func (s *SendTaskAssignedNotification) Handle(msg *message.Message) (err error)
|
||||
Doer: event.Doer,
|
||||
Task: &task,
|
||||
Assignee: event.Assignee,
|
||||
Target: subscriber.User,
|
||||
}
|
||||
err = notifications.Notify(subscriber.User, n)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user