aboutsummaryrefslogtreecommitdiff
path: root/create.jsonld
diff options
context:
space:
mode:
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"
}