diff options
author | lain <lain@soykaf.club> | 2019-09-30 13:58:14 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-09-30 13:58:14 +0200 |
commit | a7f22c6e93308710f45fa6a8c2ecadff1a748d90 (patch) | |
tree | 3686be67abf9656afb47f8e00967cd74482ef912 /priv | |
parent | b923842e96e821afeb7bbfa0d098b9c5698281c5 (diff) | |
parent | 3f0e276ac94589d860c7e4c95d3661fa494f4361 (diff) | |
download | pleroma-a7f22c6e93308710f45fa6a8c2ecadff1a748d90.tar.gz |
Merge remote-tracking branch 'origin/develop' into reactions
Diffstat (limited to 'priv')
-rw-r--r-- | priv/static/schemas/litepub-0.1.jsonld | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld index 6e4bb29b1..f01c2c33a 100644 --- a/priv/static/schemas/litepub-0.1.jsonld +++ b/priv/static/schemas/litepub-0.1.jsonld @@ -28,6 +28,10 @@ "oauthRegistrationEndpoint": { "@id": "litepub:oauthRegistrationEndpoint", "@type": "@id" + }, + "uploadMedia": { + "@id": "litepub:uploadMedia", + "@type": "@id" } } ] |