logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 5c32e6ee91b99200c33570017f6dc04bca8c1523
parent: 93bdc55306895dce0554e7838ecf2ea7ddaea3a7
Author: kaniini <ariadne@dereferenced.org>
Date:   Mon,  7 Oct 2019 11:34:50 +0000

Merge branch 'chore/context-cleanups' into 'develop'

clean up bundled litepub schema (closes #1303)

Closes #1303

See merge request pleroma/pleroma!1808

Diffstat:

Mpriv/static/schemas/litepub-0.1.jsonld7+------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/priv/static/schemas/litepub-0.1.jsonld b/priv/static/schemas/litepub-0.1.jsonld @@ -14,9 +14,8 @@ "discoverable": "toot:discoverable", "manuallyApprovesFollowers": "as:manuallyApprovesFollowers", "ostatus": "http://ostatus.org#", - "schema": "http://schema.org", + "schema": "http://schema.org#", "toot": "http://joinmastodon.org/ns#", - "totalItems": "as:totalItems", "value": "schema:value", "sensitive": "as:sensitive", "litepub": "http://litepub.social/ns#", @@ -28,10 +27,6 @@ "oauthRegistrationEndpoint": { "@id": "litepub:oauthRegistrationEndpoint", "@type": "@id" - }, - "uploadMedia": { - "@id": "litepub:uploadMedia", - "@type": "@id" } } ]