bogdal / django-gcm

Google Cloud Messaging Server in Django
https://django-gcm.readthedocs.org
BSD 2-Clause "Simplified" License
98 stars 42 forks source link

fixed gcm messanger #44

Closed Northshoot closed 8 years ago

Northshoot commented 8 years ago

the message was always null when send from the gms_messanger, related issiue: https://github.com/bogdal/django-gcm/issues/39

cahnged to: result = device.send_message( {'message': message}, collapse_key=collapse_key)

Sorry about previous from pull request!

bogdal commented 8 years ago

Thanks!