From 13fefc4612f1f894bef95c4b061058196d68a9f2 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 17 Dec 2024 20:11:19 +0100 Subject: feat(Navigation): emit dedicated event for loading additional entries Signed-off-by: Arthur Schiwon --- apps/files/lib/App.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps') diff --git a/apps/files/lib/App.php b/apps/files/lib/App.php index b6b0ffa6917..9e6d35a7538 100644 --- a/apps/files/lib/App.php +++ b/apps/files/lib/App.php @@ -10,6 +10,7 @@ namespace OCA\Files; use OC\NavigationManager; use OCA\Files\Service\ChunkedUploadConfig; use OCP\App\IAppManager; +use OCP\EventDispatcher\IEventDispatcher; use OCP\IConfig; use OCP\IGroupManager; use OCP\INavigationManager; @@ -36,6 +37,7 @@ class App { Server::get(IGroupManager::class), Server::get(IConfig::class), Server::get(LoggerInterface::class), + Server::get(IEventDispatcher::class), ); self::$navigationManager->clear(false); } -- cgit v1.2.3