worker
This commit is contained in:
@@ -215,4 +215,3 @@ function truncateText(string $text, int $limit): string
|
|||||||
}
|
}
|
||||||
return substr($text, 0, $limit) . "\n...truncated...";
|
return substr($text, 0, $limit) . "\n...truncated...";
|
||||||
}
|
}
|
||||||
s
|
|
||||||
Reference in New Issue
Block a user