From: Jan Szejko Date: Tue, 4 Sep 2018 12:06:28 +0000 (+0200) Subject: add commented out change X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/950cb3a2a7d1b478287d0255f9f9419f8cc18c43 add commented out change --- diff --git a/src/push/utils.py b/src/push/utils.py index 98f035919..cd67f9cc1 100644 --- a/src/push/utils.py +++ b/src/push/utils.py @@ -15,6 +15,10 @@ TOPIC = 'wolnelektury' def send_fcm_push(title, body, image_url=None): # See documentation on defining a message payload. data = {} + # data = { + # 'title': title, + # 'body': body, + # } if image_url: data['imageUrl'] = image_url message = messaging.Message(