aboutsummaryrefslogtreecommitdiff
path: root/message
blob: 773c43ecfcfaf8a575572c0702ce079b40d67dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"@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!"
	},
    "published": "2019-11-06T20:49:05.604488Z"
}