diff options
author | Anthony Wang | 2023-01-18 06:23:36 +0000 |
---|---|---|
committer | Anthony Wang | 2023-01-18 06:23:36 +0000 |
commit | a2e773ebd1a64ac67479ceb05ee3836957ac0e7b (patch) | |
tree | d332f5a166ec4064b6245914bc1a9cdd83d2a41f /create.jsonld | |
parent | f4631349520ae823843ae5f5f3adda42ad047fae (diff) |
Add latest working code
Diffstat (limited to 'create.jsonld')
-rw-r--r-- | create.jsonld | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/create.jsonld b/create.jsonld new file mode 100644 index 0000000..a9c8893 --- /dev/null +++ b/create.jsonld @@ -0,0 +1,14 @@ +{ + "@context": "https://www.w3.org/ns/activitystreams", + "id": "https://0.exozy.me/users/test.outbox/hello-world2", + "type": "Create", + "actor": "https://0.exozy.me/users/test.jsonld", + "object": { + "id": "https://0.exozy.me/users/test.statuses/hello-world2", + "type": "Note", + "attributedTo": "https://0.exozy.me/users/test.jsonld", + "inReplyTo": "https://social.exozy.me/@a/109707513227348721", + "content": "Hello from fuwuqi! 2", + "to": "https://www.w3.org/ns/activitystreams#Public" + } +} |