worker new

This commit is contained in:
2026-03-06 01:03:41 +01:00
parent 29488650b6
commit d845f7a7e6

View File

@@ -215,3 +215,4 @@ function truncateText(string $text, int $limit): string
} }
return substr($text, 0, $limit) . "\n...truncated..."; return substr($text, 0, $limit) . "\n...truncated...";
} }
s