aboutsummaryrefslogtreecommitdiff
path: root/follow.jsonld
diff options
context:
space:
mode:
authorAnthony Wang2023-01-19 18:24:59 -0500
committerAnthony Wang2023-01-19 18:24:59 -0500
commitdc3f6329b2b22cb94e71b667867e085d48527d14 (patch)
tree2dc98d5af1ffd1b8f5c9a7f548898ab4212d609b /follow.jsonld
parentf7403f75dab5fea8e1f3dc022a6cfdd523094e1c (diff)
Style fixes
Diffstat (limited to 'follow.jsonld')
-rw-r--r--follow.jsonld4
1 files changed, 2 insertions, 2 deletions
diff --git a/follow.jsonld b/follow.jsonld
index c356431..be41818 100644
--- a/follow.jsonld
+++ b/follow.jsonld
@@ -1,8 +1,8 @@
{
"@context": "https://www.w3.org/ns/activitystreams",
- "id": "https://0.exozy.me/users/test.outbox#follow",
"type": "Follow",
+ "id": "https://0.exozy.me/users/test.outbox#follow",
"actor": "https://0.exozy.me/users/test.jsonld",
"object": "https://social.exozy.me/users/a",
- "to": "https://social.exozy.me/users/a"
+ "to": ["https://social.exozy.me/users/a"]
}