X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FJsonLD.php;h=25ce74fcc7c1c044cebc7843f953e361e0a4baac;hb=b5ad8c3e153976cf3e63753597377f09852d98d7;hp=947274134ccf91c8c88a5edc5af4fb76ca2835c2;hpb=08e9b2cc12acb3ac293a1dba4a03efb71c20b39d;p=friendica.git diff --git a/src/Util/JsonLD.php b/src/Util/JsonLD.php index 947274134c..25ce74fcc7 100644 --- a/src/Util/JsonLD.php +++ b/src/Util/JsonLD.php @@ -157,6 +157,8 @@ class JsonLD 'sc' => (object)['@id' => 'http://schema.org#', '@type' => '@id'], 'pt' => (object)['@id' => 'https://joinpeertube.org/ns#', '@type' => '@id'], 'mobilizon' => (object)['@id' => 'https://joinmobilizon.org/ns#', '@type' => '@id'], + 'fedibird' => (object)['@id' => 'http://fedibird.com/ns#', '@type' => '@id'], + 'misskey' => (object)['@id' => 'https://misskey-hub.net/ns#', '@type' => '@id'], ]; $orig_json = $json;