utiliser une icone existante
This commit is contained in:
parent
5be0b17ebd
commit
80bd151b77
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue