Issue 7771: Funkwhale support

This commit is contained in:
Michael 2020-03-24 23:12:53 +00:00
parent 103769f4c2
commit 1fef1ef6e9
3 changed files with 9 additions and 1 deletions

View file

@ -841,6 +841,10 @@ class Receiver
continue;
}
if (empty($element['href'])) {
$element['href'] = $element['name'];
}
$taglist[] = $element;
}
return $taglist;