added wip
This commit is contained in:
@@ -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(),
|
||||||
|
|||||||
Reference in New Issue
Block a user