change apns to use sandbox, and (somewhat) provide a custom payload

Signed-off-by: IAmTomahawkx <iamtomahawkx@gmail.com>
This commit is contained in:
IAmTomahawkx
2024-07-05 20:43:08 -07:00
parent f9d9059e73
commit 27f15f7b02
3 changed files with 54 additions and 4 deletions

View File

@@ -79,6 +79,7 @@ pub struct ApiFcm {
#[derive(Deserialize, Debug, Clone)]
pub struct ApiApn {
pub sandbox: bool,
pub pkcs8: String,
pub key_id: String,
pub team_id: String,