Skip to content

Commit

Permalink
鈽侊笍 Messaging change
Browse files Browse the repository at this point in the history
  • Loading branch information
benlmyers committed Mar 20, 2023
1 parent ea3913b commit d725d62
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ public struct EasyMessaging {
let paramString: [String: Any] = ["to": token,
"notification": ["title": title, "body": body],
"data": data,
"content_available": true
"priority": "high"
//"content_available": true
]
let request = NSMutableURLRequest(url: url as URL)
request.httpMethod = "POST"
Expand Down

0 comments on commit d725d62

Please sign in to comment.