X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FJsonLD.php;h=427205958f846d5bfa7ac101d751a88fba0d39bf;hb=e1863951986ba5be173758324a00652bc5af870c;hp=8f492bdcf67b966914bf90686f61f23e8c1de52b;hpb=f59e11281cc9e0b92bbb545838b4d8e63db7d316;p=friendica.git diff --git a/src/Util/JsonLD.php b/src/Util/JsonLD.php index 8f492bdcf6..427205958f 100644 --- a/src/Util/JsonLD.php +++ b/src/Util/JsonLD.php @@ -46,12 +46,15 @@ class JsonLD case 'https://w3id.org/security/v1': $url = DI::basePath() . '/static/security-v1.jsonld'; break; - case 'https://w3id.org/identity/v1': - $url = DI::basePath() . '/static/identity-v1.jsonld'; - break; case 'https://w3id.org/security/data-integrity/v1': $url = DI::basePath() . '/static/security-data-integrity-v1.jsonld'; break; + case 'https://w3id.org/security/multikey/v1': + $url = DI::basePath() . '/static/security-multikey-v1.jsonld'; + break; + case 'https://w3id.org/identity/v1': + $url = DI::basePath() . '/static/identity-v1.jsonld'; + break; case 'https://www.w3.org/ns/activitystreams': $url = DI::basePath() . '/static/activitystreams.jsonld'; break;