Added the ability to hide the user in the discord notification

This commit is contained in:
tidusjar 2021-05-06 19:59:06 +01:00
parent 8aec700f11
commit f18aa778e6
9 changed files with 29 additions and 21 deletions

View file

@ -9,6 +9,7 @@ namespace Ombi.Settings.Settings.Models.Notifications
public string WebhookUrl { get; set; }
public string Username { get; set; }
public string Icon { get; set; }
public bool HideUser { get; set; }
[JsonIgnore]
public string WebHookId => SplitWebUrl(4);