feat: implement thought thread retrieval with replies and visibility filtering

This commit is contained in:
2025-09-07 14:47:30 +02:00
parent b337184a59
commit 40695b7ad3
14 changed files with 244 additions and 55 deletions

View File

@@ -1,5 +1,5 @@
use api::{setup_db, setup_router};
use doc::ApiDoc;
use doc::ApiDocExt;
use utils::migrate;
pub async fn run(db_url: &str) -> shuttle_axum::ShuttleAxum {