diff options
author | Anthony Wang | 2023-01-19 18:24:59 -0500 |
---|---|---|
committer | Anthony Wang | 2023-01-19 18:24:59 -0500 |
commit | dc3f6329b2b22cb94e71b667867e085d48527d14 (patch) | |
tree | 2dc98d5af1ffd1b8f5c9a7f548898ab4212d609b /accept.jsonld | |
parent | f7403f75dab5fea8e1f3dc022a6cfdd523094e1c (diff) |
Style fixes
Diffstat (limited to 'accept.jsonld')
-rw-r--r-- | accept.jsonld | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accept.jsonld b/accept.jsonld index ac00005..15c2ea1 100644 --- a/accept.jsonld +++ b/accept.jsonld @@ -4,10 +4,10 @@ "actor": "https://0.exozy.me/users/test.jsonld", "object": { "@context": "https://www.w3.org/ns/activitystreams", - "id": "https://social.exozy.me/9a9e4ad7-f86a-4190-8782-9df9951c5ff6", "type": "Follow", + "id": "https://social.exozy.me/9a9e4ad7-f86a-4190-8782-9df9951c5ff6", "actor": "https://social.exozy.me/users/a", "object": "https://0.exozy.me/users/test.jsonld" }, - "to": "https://social.exozy.me/users/a" + "to": ["https://social.exozy.me/users/a"] } |