mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-31 17:50:01 +00:00
30 lines
908 B
JSON
30 lines
908 B
JSON
{
|
|
"actor": "https://c.tide.tk/users/1",
|
|
"object": {
|
|
"@context": "https://www.w3.org/ns/activitystreams",
|
|
"id": "https://c.tide.tk/comments/52",
|
|
"type": "Note",
|
|
"mediaType": "text/html",
|
|
"source": {
|
|
"content": "test comment",
|
|
"mediaType": "text/markdown"
|
|
},
|
|
"attributedTo": "https://c.tide.tk/users/1",
|
|
"content": "<p>test comment</p>\n",
|
|
"published": "2021-09-16T01:20:27.558063+00:00",
|
|
"inReplyTo": "https://c.tide.tk/posts/51",
|
|
"to": "https://c.tide.tk/users/1",
|
|
"cc": [
|
|
"https://www.w3.org/ns/activitystreams#Public",
|
|
"https://c.tide.tk/communities/1"
|
|
]
|
|
},
|
|
"to": "https://c.tide.tk/users/1",
|
|
"cc": [
|
|
"https://www.w3.org/ns/activitystreams#Public",
|
|
"https://c.tide.tk/communities/1"
|
|
],
|
|
"@context": "https://www.w3.org/ns/activitystreams",
|
|
"id": "https://c.tide.tk/comments/52/create",
|
|
"type": "Create"
|
|
}
|