diff options
author | Anthony Wang | 2022-07-12 23:00:08 -0500 |
---|---|---|
committer | Anthony Wang | 2022-07-12 23:00:08 -0500 |
commit | 5fe421046e18411418a38233e308a4e63b5be6e1 (patch) | |
tree | f999cb335a2df83e36de5f09c5d5ec7e3025706e /comment | |
parent | 329b818740b74ae03716c4f94099f7728d911277 (diff) |
Specify payload file using CLI arg for deliver.rb
Diffstat (limited to 'comment')
-rw-r--r-- | comment | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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!" + } +} |