You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/crates/apub/assets/mbin/activities/accept.json

13 lines
456 B
JSON

{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://some-mbin.instance/f/object/2721ffc3-f8a9-417e-a124-af057434a3af#accept",
"type": "Accept",
"actor": "https://some-mbin.instance/m/someMag",
"object": {
"id": "https://some-other.instance/f/object/c51ea652-e594-4920-a989-f5350f0cec05",
"type": "Follow",
"actor": "https://some-other.instance/u/someUser",
"object": "https://some-mbin.instance/m/someMag"
}
}