Skip to content

Commit

Permalink
🌥️ Small EasyMessaging change
Browse files Browse the repository at this point in the history
  • Loading branch information
benlmyers committed Feb 23, 2023
1 parent 6b9b3e3 commit ea3913b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ public struct EasyMessaging {
let url = NSURL(string: urlString)!
let paramString: [String: Any] = ["to": token,
"notification": ["title": title, "body": body],
"data": data
"data": data,
"content_available": true
]
let request = NSMutableURLRequest(url: url as URL)
request.httpMethod = "POST"
Expand Down

0 comments on commit ea3913b

Please sign in to comment.