aboutsummaryrefslogtreecommitdiff
path: root/create.jsonld
diff options
context:
space:
mode:
authorAnthony Wang2023-01-18 14:47:10 -0500
committerAnthony Wang2023-01-18 14:47:10 -0500
commitb181dd36f7ce3d78db61e4d84d456c364cb234fa (patch)
tree7be26a9511a8c5e3658b65307ba5793abdace1c2 /create.jsonld
parent6900034f2e81831a07bd7ff1928067de4ebd4814 (diff)
Client addressing for example activities
Diffstat (limited to 'create.jsonld')
-rw-r--r--create.jsonld10
1 files changed, 5 insertions, 5 deletions
diff --git a/create.jsonld b/create.jsonld
index a9c8893..9202fcb 100644
--- a/create.jsonld
+++ b/create.jsonld
@@ -1,14 +1,14 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
- "id": "https://0.exozy.me/users/test.outbox/hello-world2",
+ "id": "https://0.exozy.me/users/test.outbox#helloworld",
"type": "Create",
"actor": "https://0.exozy.me/users/test.jsonld",
"object": {
- "id": "https://0.exozy.me/users/test.statuses/hello-world2",
+ "id": "https://0.exozy.me/users/test.statuses/helloworld",
"type": "Note",
"attributedTo": "https://0.exozy.me/users/test.jsonld",
- "inReplyTo": "https://social.exozy.me/@a/109707513227348721",
- "content": "Hello from fuwuqi! 2",
+ "content": "Hello from fuwuqi!!! 🙃",
"to": "https://www.w3.org/ns/activitystreams#Public"
- }
+ },
+ "to": "https://0.exozy.me/users/test.followers"
}