diff --git a/src/api.rs b/src/api.rs index a0f768c..e432616 100644 --- a/src/api.rs +++ b/src/api.rs @@ -434,7 +434,7 @@ async fn status(req: HttpRequest) -> Result { status.add_channel(Channel { id: "all".to_string(), name: "All".to_string(), - description: "Query from all sites of this Server".to_string(), + description: "(Work in Progress) Query from all sites of this Server".to_string(), premium: false, favicon: "https://hottub.spacemoehre.de/favicon".to_string(), status: "active".to_string(),