Files
bsky-social-app/scripts/push-notification/payloads/reply.apns
T
2026-05-05 14:34:55 -05:00

15 lines
375 B
Plaintext

{
"aps": {
"alert": {
"title": "alice.test",
"body": "replied to your post"
},
"mutable-content": 1,
"sound": "default"
},
"reason": "reply",
"uri": "at://did:plc:senderdummy00000000000000/app.bsky.feed.post/3kfakereply0001",
"subject": "at://__RECIPIENT_DID__/app.bsky.feed.post/3kfakepost0001",
"recipientDid": "__RECIPIENT_DID__"
}