mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
Support for quoted links is added
This commit is contained in:
parent
9587787089
commit
a653c6350d
4 changed files with 63 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue