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

16 lines
336 B
Plaintext

{
"aps": {
"alert": {
"title": "Alice Test",
"body": "reacted to your message"
},
"mutable-content": 1
},
"reason": "chat-reaction",
"convoId": "3kfakeconvo0001",
"messageId": "3kfakemsg0001",
"recipientDid": "__RECIPIENT_DID__",
"senderDisplayName": "Alice Test",
"senderHandle": "alice.test"
}