Store tags for Diaspora - shorten tags when needed
This commit is contained in:
@@ -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']))) {
|
||||
|
||||
Reference in New Issue
Block a user