mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added icon_url functionality to mattermost notification
This commit is contained in:
parent
b287c8655f
commit
2f1060b665
4 changed files with 12 additions and 2 deletions
|
@ -8,5 +8,6 @@ namespace Ombi.Core.SettingModels
|
|||
public string WebhookUrl { get; set; }
|
||||
public string Channel { get; set; }
|
||||
public string Username { get; set; }
|
||||
public string IconUrl { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue