feat: Implement admin background task management and configurable media block transcript visibility.

This commit is contained in:
2026-01-16 17:02:00 -03:00
parent 55aede97ed
commit 2cfd1f204b
12 changed files with 309 additions and 5 deletions
+1
View File
@@ -1,4 +1,5 @@
use crate::webhooks::WebhookService;
pub mod tasks;
use axum::{
Json,
extract::{Path, Query, State},