optimize retrieve logic
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user