Skip to content

Commit 0290cc5

Browse files
authored
Merge pull request #156 from nextcloud/fix/superfluous-retraction
fix(FileListener): Do not retract update when duplicated events are e…
2 parents 75bba5b + 85a4787 commit 0290cc5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/Listener/FileListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ public function handle(Event $event): void {
127127
$rootId = $event->mountPoint->getRootId();
128128
$mountKey = $event->mountPoint->getUser()->getUID() . '-' . $rootId;
129129
if (array_key_exists($mountKey, $this->addedMounts) && $this->addedMounts[$mountKey] === true) {
130-
$this->fsEventScheduler->retractAccessUpdateDecl($rootId);
131130
return;
132131
}
133132
// Asynchronous, because we potentially recurse and this event needs to be handled fast

0 commit comments

Comments
 (0)