1
0

fix(assignees): improve wording for assignee emails

This commit is contained in:
kolaente
2024-01-28 13:11:37 +01:00
parent ce53663a88
commit e03920b84a
2 changed files with 9 additions and 0 deletions

View File

@ -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 {