diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-05 15:46:27 +0300 | 
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-12-05 15:46:27 +0300 | 
| commit | 3fe7a1fd35a9ca81b158eff6dbcc25ca48cbf96d (patch) | |
| tree | 9a275a71ab8eeb19ce1e02d0b6ba64fe309f3d79 /priv/static | |
| parent | a36607c27e6a50aeca450570f7b8e4c9c0233bb1 (diff) | |
| parent | 228bf4d214abe3bb62c52128d3bc145e396b174d (diff) | |
| download | pleroma-3fe7a1fd35a9ca81b158eff6dbcc25ca48cbf96d.tar.gz pleroma-3fe7a1fd35a9ca81b158eff6dbcc25ca48cbf96d.zip  | |
Merge branch 'develop' into issue/1342
Diffstat (limited to 'priv/static')
| -rw-r--r-- | priv/static/schemas/litepub-0.1.jsonld | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index 8bae42f6d..e7ebf72be 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -29,7 +29,11 @@                  "@id": "litepub:oauthRegistrationEndpoint",                  "@type": "@id"              }, -            "EmojiReaction": "litepub:EmojiReaction" +            "EmojiReaction": "litepub:EmojiReaction", +            "alsoKnownAs": { +                "@id": "as:alsoKnownAs", +                "@type": "@id" +            }          }      ]  }  | 
