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

16 lines
334 B
Plaintext

{
"aps": {
"alert": {
"title": "Ian",
"body": "Beep beep mfer"
},
"mutable-content": 1
},
"reason": "chat-message",
"convoId": "3mkb6y3tjzu2r",
"messageId": "3mkdjhe6sd227",
"recipientDid": "did:plc:3jpt2mvvsumj2r7eqk4gzzjz",
"senderDisplayName": "Ian",
"senderHandle": "iwsmith.bsky.social"
}