X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e17ba704033aba068a935c1beb42d1f306e6a114..3a2793b0c0d892fa497007c3466943de3de5a752:/src/push/utils.py 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(