]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/JsonLD.php
Friendica copyright changed from 2023 to 2034
[friendica.git] / src / Util / JsonLD.php
index 5bf6593aed447fca5a4b9d739ba061c5124911e9..f1d4da3f5b4d91852ebf3a9a9002720ac011cf73 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -58,6 +58,9 @@ class JsonLD
                        case 'https://www.w3.org/ns/activitystreams':
                                $url = DI::basePath() . '/static/activitystreams.jsonld';
                                break;
+                       case 'https://www.w3.org/ns/did/v1':
+                               $url = DI::basePath() . '/static/did-v1.jsonld';
+                               break;
                        case 'https://funkwhale.audio/ns':
                                $url = DI::basePath() . '/static/funkwhale.audio.jsonld';
                                break;