aboutsummaryrefslogtreecommitdiff
path: root/create.jsonld
diff options
context:
space:
mode:
authorAnthony Wang2023-01-18 06:23:36 +0000
committerAnthony Wang2023-01-18 06:23:36 +0000
commita2e773ebd1a64ac67479ceb05ee3836957ac0e7b (patch)
treed332f5a166ec4064b6245914bc1a9cdd83d2a41f /create.jsonld
parentf4631349520ae823843ae5f5f3adda42ad047fae (diff)
Add latest working code
Diffstat (limited to 'create.jsonld')
-rw-r--r--create.jsonld14
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"
+ }
+}