lightbox media display init

This commit is contained in:
Salihu
2026-08-23 20:47:33 +01:00
parent 549cf7c005
commit b4da604512
10 changed files with 257 additions and 7 deletions
@@ -213,6 +213,10 @@ export class PersistenceExtension implements Extension {
workspaceId: page.workspaceId,
});
await this.aiQueue.add(QueueJob.GENERATE_PAGE_EMBEDDINGS, {
pageId
})
await this.enqueuePageHistory(page);
}
}