fix(TaskProcessing): Cache task types by

user language

fixes https://github.com/nextcloud/assistant/issues/357

Signed-off-by: Marcel Klehr <mklehr@gmx.net>

[skip ci]
This commit is contained in:
Marcel Klehr 2025-09-17 11:05:28 +02:00 committed by backportbot[bot]
parent 4d06a922b9
commit 1cd448ce49

View file

@ -98,6 +98,7 @@ class Manager implements IManager {
private IClientService $clientService,
private IAppManager $appManager,
ICacheFactory $cacheFactory,
private IFactory $l10nFactory,
) {
$this->appData = $appDataFactory->get('core');
$this->distributedCache = $cacheFactory->createDistributed('task_processing::');