]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/JsonLD.php
Update function / rearrange tab order
[friendica.git] / src / Util / JsonLD.php
index 8f492bdcf67b966914bf90686f61f23e8c1de52b..427205958f846d5bfa7ac101d751a88fba0d39bf 100644 (file)
@@ -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;