From 950cb3a2a7d1b478287d0255f9f9419f8cc18c43 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Tue, 4 Sep 2018 14:06:28 +0200 Subject: [PATCH 1/1] add commented out change --- src/push/utils.py | 4 ++++ 1 file changed, 4 insertions(+) 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( -- 2.20.1