mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
Issue 7771: Funkwhale support
This commit is contained in:
parent
103769f4c2
commit
1fef1ef6e9
3 changed files with 9 additions and 1 deletions
|
@ -841,6 +841,10 @@ class Receiver
|
|||
continue;
|
||||
}
|
||||
|
||||
if (empty($element['href'])) {
|
||||
$element['href'] = $element['name'];
|
||||
}
|
||||
|
||||
$taglist[] = $element;
|
||||
}
|
||||
return $taglist;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue