mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
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:
parent
4d06a922b9
commit
1cd448ce49
1 changed files with 1 additions and 0 deletions
|
|
@ -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::');
|
||||
|
|
|
|||
Loading…
Reference in a new issue