Store Pixelfed's capabilities

This commit is contained in:
Michael 2023-12-21 00:33:42 +00:00
parent a86cd93fb8
commit da65f0bea7
4 changed files with 46 additions and 0 deletions

View file

@ -171,6 +171,7 @@ class JsonLD
'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'],
'pixelfed' => (object)['@id' => 'http://pixelfed.org/ns#', '@type' => '@id'],
];
$orig_json = $json;