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
|
@ -50,5 +50,6 @@ namespace Ombi.Api.Models.Notifications
|
|||
}
|
||||
public string channel { get; set; }
|
||||
public string text { get; set; }
|
||||
public string icon_url { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue