We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2361f commit 22da9acCopy full SHA for 22da9ac
packet/notifications.py
@@ -57,7 +57,7 @@ def packet_starting_notification(packet):
57
notification_body["contents"]["en"] = 'Log into your packet, and get started meeting people!'
58
notification_body["headings"]["en"] = 'Your packet has begun!'
59
notification_body["url"] = app.config["PROTOCOL"] + app.config["PACKET_INTRO"]
60
- notification_body["send_after"] = packet.start
+ notification_body["send_after"] = packet.start.strftime("%Y-%m-%d %H:%M:%S")
61
62
send_notification(notification_body, subscriptions, intro_onesignal_client)
63
0 commit comments