Don't send reg_id in APNS payload

This commit is contained in:
Shadowfacts 2024-04-09 21:14:50 -04:00
parent 496157e505
commit 819b84caf7
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ defmodule TuskerPush.Forwarder do
},
"mutable-content" => 1
},
"reg_id" => registration.id,
"data" => Base.encode64(body),
"salt" => salt,
"pk" => key,