Add push noty script and docs (#10380)

This commit is contained in:
Eric Bailey
2026-05-05 14:34:55 -05:00
committed by GitHub
parent 6f4ae14f36
commit 9bf06a80a5
7 changed files with 247 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"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"
}
@@ -0,0 +1,15 @@
{
"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"
}
@@ -0,0 +1,14 @@
{
"aps": {
"alert": {
"title": "alice.test",
"body": "followed you"
},
"mutable-content": 1,
"sound": "default"
},
"reason": "follow",
"uri": "at://did:plc:senderdummy00000000000000/app.bsky.graph.follow/3kfakefollow001",
"subject": "at://__RECIPIENT_DID__",
"recipientDid": "__RECIPIENT_DID__"
}
@@ -0,0 +1,14 @@
{
"aps": {
"alert": {
"title": "alice.test",
"body": "liked your post"
},
"mutable-content": 1,
"sound": "default"
},
"reason": "like",
"uri": "at://did:plc:senderdummy00000000000000/app.bsky.feed.like/3kfakelike0001",
"subject": "at://__RECIPIENT_DID__/app.bsky.feed.post/3kfakepost0001",
"recipientDid": "__RECIPIENT_DID__"
}
@@ -0,0 +1,14 @@
{
"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__"
}