mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
add teaser to gcm message (matches android client change)
This commit is contained in:
parent
dba86a657f
commit
d605686fd6
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ def usage():
|
||||||
def sendMsg( devid, msg ):
|
def sendMsg( devid, msg ):
|
||||||
values = {
|
values = {
|
||||||
'registration_ids': [ devid ],
|
'registration_ids': [ devid ],
|
||||||
'data' : { 'title' : 'Msg from Darth2',
|
'data' : { 'title' : 'Re: CrossWords',
|
||||||
|
'teaser' : 'Please tap to read in the app',
|
||||||
'msg' : msg,
|
'msg' : msg,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue