added wip

This commit is contained in:
Simon
2025-08-09 12:23:08 +00:00
parent 3feeb02251
commit 0ce2347022

View File

@@ -434,7 +434,7 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
status.add_channel(Channel { status.add_channel(Channel {
id: "all".to_string(), id: "all".to_string(),
name: "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, premium: false,
favicon: "https://hottub.spacemoehre.de/favicon".to_string(), favicon: "https://hottub.spacemoehre.de/favicon".to_string(),
status: "active".to_string(), status: "active".to_string(),