aboutsummaryrefslogtreecommitdiff
path: root/comment
diff options
context:
space:
mode:
authorAnthony Wang2022-07-12 23:00:08 -0500
committerAnthony Wang2022-07-12 23:00:08 -0500
commit5fe421046e18411418a38233e308a4e63b5be6e1 (patch)
treef999cb335a2df83e36de5f09c5d5ec7e3025706e /comment
parent329b818740b74ae03716c4f94099f7728d911277 (diff)
Specify payload file using CLI arg for deliver.rb
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!"
+ }
+}