utiliser une icone existante

This commit is contained in:
2016-07-31 01:43:51 +02:00
parent b9ec462618
commit 5fbf4a1b69

View File

@ -62,7 +62,7 @@ namespace Yavsc.Helpers
request.Headers.Authorization = new AuthenticationHeaderValue("key", googleSettings.ApiKey);
var msg = new MessageWithPayload<YaEvent>()
{
notification = new Notification() { title = evpub.Title, body = evpub.Description, icon = "event" },
notification = new Notification() { title = evpub.Title, body = evpub.Description, icon = "icon" },
data = evpub,
registration_ids = regids.ToArray()
};