mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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 ):
|
||||
values = {
|
||||
'registration_ids': [ devid ],
|
||||
'data' : { 'title' : 'Msg from Darth2',
|
||||
'data' : { 'title' : 'Re: CrossWords',
|
||||
'teaser' : 'Please tap to read in the app',
|
||||
'msg' : msg,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue