Add follow and unfollow samples
This commit is contained in:
parent
82627e8467
commit
7e60188fb5
2 changed files with 19 additions and 0 deletions
7
samples/mastoFollowRequest.json
Normal file
7
samples/mastoFollowRequest.json
Normal 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"
|
||||
}
|
12
samples/mastoUndoFollowRequest.json
Normal file
12
samples/mastoUndoFollowRequest.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue