mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 09:04:26 +02:00
ActivityPub: Rudimentary support for videos
This commit is contained in:
parent
db0b848ae3
commit
37ad4a7d22
2 changed files with 8 additions and 3 deletions
|
@ -698,10 +698,10 @@ class Receiver
|
|||
|
||||
// Special treatment for Hubzilla links
|
||||
if (is_array($object_data['alternate-url'])) {
|
||||
if (!empty($object['as:url'])) {
|
||||
$object_data['alternate-url'] = JsonLD::fetchElement($object_data['alternate-url'], 'as:href');
|
||||
|
||||
if (!is_string($object_data['alternate-url'])) {
|
||||
$object_data['alternate-url'] = JsonLD::fetchElement($object['as:url'], 'as:href');
|
||||
} else {
|
||||
$object_data['alternate-url'] = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue