Store tags for Diaspora - shorten tags when needed

This commit is contained in:
Michael 2020-04-14 07:56:53 +00:00
parent 67a67200a7
commit 6fa43ffa71
2 changed files with 29 additions and 6 deletions

View file

@ -609,6 +609,8 @@ class Processor
if (empty($fields['name'])) {
continue;
} else {
$fields['name'] = substr($fields['name'], 0, 64);
}
if (!empty($tag['href'] && ($tag['href'] != $tag['name']))) {