1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

Appwrite notifyProjects

This commit is contained in:
fogelito 2024-08-19 16:33:15 +03:00
parent 9265ba743e
commit aa5ce6200d

View file

@ -67,6 +67,8 @@ class Maintenance extends Action implements Projects
public function notifyProjects(Delete $queueForDeletes, int $usageStatsRetentionHourly): void
{
Console::info("Appwrite notifyProjects");
$this->notifyDeleteExecutionLogs($queueForDeletes);
$this->notifyDeleteAbuseLogs($queueForDeletes);
$this->notifyDeleteAuditLogs($queueForDeletes);