From d605686fd63a8f88e8e1dc91a81c0801c3203f9f Mon Sep 17 00:00:00 2001 From: Relay User Date: Sat, 11 Jul 2015 07:00:51 -0700 Subject: [PATCH] add teaser to gcm message (matches android client change) --- xwords4/relay/scripts/gcm_msg.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xwords4/relay/scripts/gcm_msg.py b/xwords4/relay/scripts/gcm_msg.py index 5cacc872c..1ced80f84 100755 --- a/xwords4/relay/scripts/gcm_msg.py +++ b/xwords4/relay/scripts/gcm_msg.py @@ -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, } }