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

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