From 0ce2347022624c9c56b9ddd2fed5d7f5e283f1dd Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 9 Aug 2025 12:23:08 +0000 Subject: [PATCH] added wip --- src/api.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),