Added icon_url functionality to mattermost notification

This commit is contained in:
anonaut 2017-03-14 00:15:26 +01:00
parent b287c8655f
commit 2f1060b665
4 changed files with 12 additions and 2 deletions

View file

@ -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; }
}
}