make mastodon happy args
This commit is contained in:
@@ -3140,4 +3140,4 @@ function ellipsify($s,$maxlen) {
|
||||
return $s;
|
||||
|
||||
return mb_substr($s,0,$maxlen / 2) . '...' . mb_substr($s,mb_strlen($s) - ($maxlen / 2));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user