fix media supply citation attribution
Desktop Client Build / Resolve Build Metadata (push) Successful in 26s
Frontend CI / Frontend (push) Successful in 2m53s
Backend CI / Backend (push) Successful in 16m37s
Desktop Client Build / Build Desktop Client (push) Successful in 23m40s
Desktop Client Build / Publish Client Artifacts to NAS (push) Successful in 28s

This commit is contained in:
2026-06-25 23:53:35 +08:00
parent 89ef95b65d
commit 6780963c28
16 changed files with 1033 additions and 457 deletions
+3 -1
View File
@@ -46,7 +46,9 @@ func main() {
if mediaSupplyService == nil {
mediaSupplyService = tenantapp.NewMediaSupplyService(app.DB, app.Redis, app.Logger, app.ConfigStore).WithObjectStorage(app.ObjectStorage)
}
tenantapp.NewMediaSupplyWorker(mediaSupplyService, app.DB, app.Logger).Start(workerCtx)
tenantapp.NewMediaSupplyWorker(mediaSupplyService, app.DB, app.Logger).
WithMonitoringPool(app.MonitoringDB).
Start(workerCtx)
knowledgeCleanupService := tenantapp.NewKnowledgeService(
app.DB,
app.RetrievalProvider,