Don't send reg_id in APNS payload
This commit is contained in:
parent
496157e505
commit
819b84caf7
|
@ -14,7 +14,6 @@ defmodule TuskerPush.Forwarder do
|
|||
},
|
||||
"mutable-content" => 1
|
||||
},
|
||||
"reg_id" => registration.id,
|
||||
"data" => Base.encode64(body),
|
||||
"salt" => salt,
|
||||
"pk" => key,
|
||||
|
|
Loading…
Reference in New Issue