optimize retrieve logic

This commit is contained in:
team 1
2026-04-14 12:43:43 +02:00
parent 406e59b0fd
commit 7caf6b5354
6 changed files with 51 additions and 41 deletions

View File

@@ -68,7 +68,7 @@ final class ContextService
* @param string $userId Stable client identifier
* @param bool $full Whether to load extended history
*/
public function buildUserContext(string $userId, bool $full = false): string
public function buildUserContext(string $userId, bool $full = true): string
{
$path = $this->getHistoryPath($userId);