mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Fixed an issue where we were not notifying the user who reported the issue on the resolved notification
This commit is contained in:
parent
0d97d23dde
commit
7289ac765c
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ namespace Ombi.Controllers.V1
|
|||
? issue.UserReported.Email
|
||||
: string.Empty,
|
||||
AdditionalInformation = $"{issue.Subject} | {issue.Description}",
|
||||
UserId = user.Id,
|
||||
UserId = issue.UserReported.Id, // This is a resolved notification, so needs to go to the user who raised it
|
||||
|
||||
};
|
||||
AddIssueNotificationSubstitutes(notificationModel, issue, issue.UserReported?.UserAlias ?? string.Empty);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue