X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FJsonLD.php;h=25ce74fcc7c1c044cebc7843f953e361e0a4baac;hb=fe442683efb8b75394d7df041716c47c81b05fbc;hp=947274134ccf91c8c88a5edc5af4fb76ca2835c2;hpb=8c602071c2070b78c4780c2d0d72b4599b6483cb;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;