aboutsummaryrefslogtreecommitdiff
path: root/comment
diff options
context:
space:
mode:
Diffstat (limited to 'comment')
-rw-r--r--comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/comment b/comment
new file mode 100644
index 0000000..9742796
--- /dev/null
+++ b/comment
@@ -0,0 +1,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!"
+ }
+}