Google Registration+ device info
This commit is contained in:
@ -150,7 +150,7 @@ namespace Yavsc.Controllers
|
|||||||
{
|
{
|
||||||
if (pro.Performer.Devices.Count > 0)
|
if (pro.Performer.Devices.Count > 0)
|
||||||
grep = await _GCMSender.NotifyAsync(_googleSettings,
|
grep = await _GCMSender.NotifyAsync(_googleSettings,
|
||||||
command.PerformerProfile.Performer.Devices.Select(d => d.RegistrationId),
|
command.PerformerProfile.Performer.Devices.Select(d => d.GCMRegistrationId),
|
||||||
yaev
|
yaev
|
||||||
);
|
);
|
||||||
// TODO setup a profile choice to allow notifications
|
// TODO setup a profile choice to allow notifications
|
||||||
|
Reference in New Issue
Block a user