mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 17:25:35 +03:00
feat: synchronised status, restore db action
This commit is contained in:
@@ -146,6 +146,10 @@ export class MaintenanceModule {
|
||||
this.maintenanceWorkerService.authenticate(client.request.headers),
|
||||
);
|
||||
|
||||
this.maintenanceWebsocketRepository.setStatusUpdateFn((status) =>
|
||||
this.maintenanceEphemeralStateRepository.setStatus(status),
|
||||
);
|
||||
|
||||
await this.maintenanceWorkerService.logSecret();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user