Send FCM token in reports
This commit is contained in:
parent
863986188b
commit
aa3d74c4ad
@ -59,6 +59,7 @@ export async function onRequestPost(context: RequestContext) {
|
||||
context.env,
|
||||
"Report Processed",
|
||||
`Your report for ${reportData.target_usernames.toString()} has been reviewed.`,
|
||||
reportData.fcm_token,
|
||||
);
|
||||
|
||||
delete reportData.fcm_token;
|
||||
|
Loading…
x
Reference in New Issue
Block a user