Google Registration+ device info
This commit is contained in:
parent
634b650d40
commit
fe46fa7f1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue