Skip to content

Commit 85a4787

Browse files
committed
fix(FileListener): Do not retract update when duplicated events are emitted
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 75bba5b commit 85a4787

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)