diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-04 09:34:44 +0300 |
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-04 09:34:44 +0300 |
| commit | 29a98b86b7056540ed4102a83dfe6a7e809c2519 (patch) | |
| tree | 559c763669b1f647f96ff9fa67e36343da87565f /test/fixtures/tesla_mock/admin@mastdon.example.org.json | |
| parent | 652cc6ba4b7a0494cc96ef4a9bfcaa3b5e5be60e (diff) | |
| parent | 7722e5a67a46304f3ae0e37f674a44ca9268be5e (diff) | |
| download | pleroma-29a98b86b7056540ed4102a83dfe6a7e809c2519.tar.gz pleroma-29a98b86b7056540ed4102a83dfe6a7e809c2519.zip | |
Merge branch 'develop' into issue/1383
Diffstat (limited to 'test/fixtures/tesla_mock/admin@mastdon.example.org.json')
| -rw-r--r-- | test/fixtures/tesla_mock/admin@mastdon.example.org.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/test/fixtures/tesla_mock/admin@mastdon.example.org.json b/test/fixtures/tesla_mock/admin@mastdon.example.org.json index 8159dc20a..9fdd6557c 100644 --- a/test/fixtures/tesla_mock/admin@mastdon.example.org.json +++ b/test/fixtures/tesla_mock/admin@mastdon.example.org.json @@ -9,7 +9,11 @@ "inReplyToAtomUri": "ostatus:inReplyToAtomUri", "conversation": "ostatus:conversation", "toot": "http://joinmastodon.org/ns#", - "Emoji": "toot:Emoji" + "Emoji": "toot:Emoji", + "alsoKnownAs": { + "@id": "as:alsoKnownAs", + "@type": "@id" + } }], "id": "http://mastodon.example.org/users/admin", "type": "Person", @@ -50,5 +54,6 @@ "type": "Image", "mediaType": "image/png", "url": "https://cdn.niu.moe/accounts/headers/000/033/323/original/850b3448fa5fd477.png" - } + }, + "alsoKnownAs": ["http://example.org/users/foo"] } |
