Add follow and unfollow samples

This commit is contained in:
Melody Becker 2025-05-08 08:31:46 +02:00
parent 82627e8467
commit 7e60188fb5
Signed by: mstar
SSH key fingerprint: SHA256:vkXfS9FG2pVNVfvDrzd1VW9n8VJzqqdKQGljxxX8uK8
2 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://activitypub.academy/3a74d2d7-dd7b-43a8-a532-62c08710b486",
"type": "Follow",
"actor": "https://activitypub.academy/users/albica_dorrunnut",
"object": "https://b2041dcd519cc593f55b681e180e99f7.serveo.net/api/activitypub/user/d0d1uq2test2bchhadh0"
}

View file

@ -0,0 +1,12 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://activitypub.academy/users/albica_dorrunnut#follows/9636/undo",
"type": "Undo",
"actor": "https://activitypub.academy/users/albica_dorrunnut",
"object": {
"id": "https://activitypub.academy/3a74d2d7-dd7b-43a8-a532-62c08710b486",
"type": "Follow",
"actor": "https://activitypub.academy/users/albica_dorrunnut",
"object": "https://b2041dcd519cc593f55b681e180e99f7.serveo.net/api/activitypub/user/d0d1uq2test2bchhadh0"
}
}