diff options
Diffstat (limited to 'message')
-rw-r--r-- | message | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,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" +} |