mirror of
https://github.com/friendica/friendica
synced 2025-04-25 11:10:11 +00:00
Store tags for Diaspora - shorten tags when needed
This commit is contained in:
parent
67a67200a7
commit
6fa43ffa71
2 changed files with 29 additions and 6 deletions
|
@ -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']))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue