We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 789045a + 563fa56 commit 3575c0eCopy full SHA for 3575c0e
1 file changed
lib/private/Files/Cache/Cache.php
@@ -775,6 +775,7 @@ public function moveFromCache(ICache $sourceCache, $sourcePath, $targetPath) {
775
$this->connection->commit();
776
777
if ($sourceCache->getNumericStorageId() !== $this->getNumericStorageId()) {
778
+ \OCP\Server::get(\OCP\Files\Config\IUserMountCache::class)->clear();
779
$this->eventDispatcher->dispatchTyped(new CacheEntryRemovedEvent($this->storage, $sourcePath, $sourceId, $sourceCache->getNumericStorageId()));
780
$event = new CacheEntryInsertedEvent($this->storage, $targetPath, $sourceId, $this->getNumericStorageId());
781
$this->eventDispatcher->dispatch(CacheInsertEvent::class, $event);
0 commit comments