blob: 9742796eb41c4c8edbc39691ea18f56fc5156353 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Note",
"attributedTo": "https://test.exozy.me/api/v1/activitypub/user/test",
"context": "https://git.exozy.me/Ta180m/Hello-world/issues/2",
"inReplyTo": "https://git.exozy.me/Ta180m/Hello-world/issues/2",
"mediaType": "text/html",
"content": "<p>Hello from test.exozy.me!</p>",
"source": {
"mediaType": "text/markdown; variant=Commonmark",
"content": "Hello from test.exozy.me!"
}
}
|