diff options
author | Anthony Wang | 2023-01-18 19:48:11 +0000 |
---|---|---|
committer | Anthony Wang | 2023-01-18 19:48:11 +0000 |
commit | 9145dc7a8e057e8dd8958f2131b73a066588f8a0 (patch) | |
tree | 654eda145ba1f118fe0198be90345224e3fb703b /users | |
parent | 60bf76a75e105981782c81d6eec693c5990383a9 (diff) |
Implement some more server features
Diffstat (limited to 'users')
-rw-r--r-- | users/test.jsonld | 2 | ||||
-rw-r--r-- | users/test.liked | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/users/test.jsonld b/users/test.jsonld index 82cccc2..a5e58d5 100644 --- a/users/test.jsonld +++ b/users/test.jsonld @@ -7,10 +7,12 @@ "type": "Person", "preferredUsername": "test", "name": "Billiam Wender", + "summary": "idk", "inbox": "https://0.exozy.me/users/test.inbox", "outbox": "https://0.exozy.me/users/test.outbox", "followers": "https://0.exozy.me/users/test.followers", "following": "https://0.exozy.me/users/test.following", + "liked": "https://0.exozy.me/users/test.liked", "icon": { "type": "Image", "mediaType": "image/png", diff --git a/users/test.liked b/users/test.liked new file mode 100644 index 0000000..b465cbd --- /dev/null +++ b/users/test.liked @@ -0,0 +1 @@ +{"@context": "https://www.w3.org/ns/activitystreams", "type": "OrderedCollection", "totalItems": 0, "orderedItems": []} |