add teaser to gcm message (matches android client change)

This commit is contained in:
Relay User 2015-07-11 07:00:51 -07:00
parent dba86a657f
commit d605686fd6

View file

@ -14,7 +14,8 @@ def usage():
def sendMsg( devid, msg ):
values = {
'registration_ids': [ devid ],
'data' : { 'title' : 'Msg from Darth2',
'data' : { 'title' : 'Re: CrossWords',
'teaser' : 'Please tap to read in the app',
'msg' : msg,
}
}