Skip to content

Commit

Permalink
Remove purging on plugin initialization
Browse files Browse the repository at this point in the history
Closes #1.
  • Loading branch information
thomasvantuycom committed Nov 6, 2022
1 parent e007d79 commit b331cdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nextcloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public static function getSubscribedEvents(): array
{
return [
'onBackupFinished' => ['onBackupFinished', 0],
'onPluginsInitialized' => ['purge', 0]
];
}

Expand Down

0 comments on commit b331cdf

Please sign in to comment.