@@ -120,7 +120,7 @@ $stmt = $pdo->prepare("
if (is_numeric($val) && $val >= -3 && $val <= 100) {
$value = (int) $val;
} else {
$text = substr($val, 0, 255); // enforce VARCHAR(255) limit
$text = substr($val, 0, 1024); // enforce VARCHAR(1024) limit
}
$stmt->execute([
The note is not visible to the blocked user.