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/gnusocial/activities/like_note.json

11 lines
427 B
JSON

{
"type": "Like",
"@context": ["https://www.w3.org/ns/activitystreams"],
"id": "https://another_instance.gnusocial.test/activity/41362",
"published": "2022-03-20T17:54:15+00:00",
"actor": "https://another_instance.gnusocial.test/actor/43",
"to": ["https://www.w3.org/ns/activitystreams#Public"],
"cc": ["https://instance.gnusocial.test/actor/42"],
"object": "https://instance.gnusocial.test/object/note/1337"
}