Google Registration+ device info

This commit is contained in:
2016-07-03 23:57:59 +02:00
parent 1a7cd378ad
commit e259619593

View File

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