Skip to content

Commit

Permalink
Merge pull request #300 from sparcs-kaist/dev
Browse files Browse the repository at this point in the history
Main branch update from Dev branch
  • Loading branch information
14KGun authored May 18, 2023
2 parents c7d3b1c + eaed4bc commit 984e1bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/fcm.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ const sendMessageByTokens = async (tokens, type, title, body, icon, link) => {
icon: icon || "/icons-512.png",
click_action: "FLUTTER_NOTIFICATION_CLICK",
},
apns: { payload: { aps: { alert: { title, body } } } },
};
const { responses, failureCount } = await getMessaging().sendMulticast(
message
Expand Down

0 comments on commit 984e1bb

Please sign in to comment.