mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added the ability to hide the user in the discord notification
This commit is contained in:
parent
8aec700f11
commit
f18aa778e6
9 changed files with 29 additions and 21 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue