Why did I do this

This commit is contained in:
2026-01-01 00:45:38 -07:00
parent 680da8414a
commit e8243db62a

View File

@@ -13,7 +13,7 @@ $stmt = $conn1->prepare("
FROM chats FROM chats
WHERE deleted_at = 0 WHERE deleted_at = 0
ORDER BY id DESC ORDER BY id DESC
LIMIT 500 LIMIT 50
"); ");
$stmt->execute(); $stmt->execute();