Skip to content

Commit c59992c

Browse files
committed
Add image file name to push notification
1 parent 23879b7 commit c59992c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go_capture/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def process_image_task(image_filename, fcm_token):
4545
message = messaging.Message(
4646
data={
4747
"sgf": sgf_data,
48+
"image_filename": image_filename,
4849
},
4950
token=fcm_token,
5051
)

0 commit comments

Comments
 (0)