diff --git a/samples/mastoFollowRequest.json b/samples/mastoFollowRequest.json new file mode 100644 index 0000000..6f264a3 --- /dev/null +++ b/samples/mastoFollowRequest.json @@ -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" +} diff --git a/samples/mastoUndoFollowRequest.json b/samples/mastoUndoFollowRequest.json new file mode 100644 index 0000000..914e0c5 --- /dev/null +++ b/samples/mastoUndoFollowRequest.json @@ -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" + } +}