Skip to content

Commit

Permalink
Fixed #2321
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Jun 13, 2018
1 parent 1bd62d1 commit e2dbdc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Ombi.Notifications/NotificationMessageCurlys.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ public void Setup(OmbiUser user, CustomizationSettings s)
ApplicationUrl = (s?.ApplicationUrl.HasValue() ?? false) ? s.ApplicationUrl : string.Empty;
ApplicationName = string.IsNullOrEmpty(s?.ApplicationName) ? "Ombi" : s?.ApplicationName;
RequestedUser = user.UserName;
Alias = user.UserAlias;
UserName = user.UserName;
}

private void LoadIssues(NotificationOptions opts)
Expand Down

0 comments on commit e2dbdc1

Please sign in to comment.