Skip to content

Commit

Permalink
Revert "WIP try with explicit scan in CacheEntryInsertedEvent"
Browse files Browse the repository at this point in the history
This reverts commit baeb280.
  • Loading branch information
ata-no-one committed Nov 6, 2024
1 parent 84edb04 commit ab3f116
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
5 changes: 1 addition & 4 deletions lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use OCA\GDataVaas\AvirWrapper;
use OCA\GDataVaas\CacheEntryListener;
use OCA\GDataVaas\Db\DbFileMapper;
use OCA\GDataVaas\Listener\CacheEntryInsertedListener;
use OCA\GDataVaas\Service\MailService;
use OCA\GDataVaas\Service\TagService;
use OCA\GDataVaas\Service\VerdictService;
Expand All @@ -21,7 +20,6 @@
use OCP\AppFramework\Bootstrap\IRegistrationContext;
use OCP\Collaboration\Resources\LoadAdditionalScriptsEvent;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\Files\Cache\CacheEntryInsertedEvent;
use OCP\Files\IHomeStorage;
use OCP\Files\Storage\IStorage;
use OCP\IAppConfig;
Expand All @@ -48,8 +46,7 @@ public function __construct() {
$eventDispatcher->addListener(LoadAdditionalScriptsEvent::class, function () {
Util::addScript(self::APP_ID, 'gdatavaas-files-action');
});
//$eventDispatcher->addServiceListener(CacheEntryInsertedEvent::class, CacheEntryInsertedListener::class);
}
}

/**
* Load the composer autoloader if it exists
Expand Down
49 changes: 0 additions & 49 deletions lib/Listener/CacheEntryInsertedListener.php

This file was deleted.

0 comments on commit ab3f116

Please sign in to comment.