updated status page

This commit is contained in:
Simon
2025-08-14 19:00:35 +00:00
parent 58871d8db9
commit 0a1516b82a

View File

@@ -454,7 +454,7 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
status.add_channel(Channel {
id: "all".to_string(),
name: "All".to_string(),
description: "(Work in Progress) Query from all sites of this Server".to_string(),
description: "Query from all sites of this Server".to_string(),
premium: false,
favicon: "https://hottub.spacemoehre.de/favicon.ico".to_string(),
status: "active".to_string(),
@@ -519,7 +519,7 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
status.add_channel(Channel {
id: "pornhat".to_string(),
name: "Pornhat".to_string(),
description: "Tons of HD porno movies".to_string(),
description: "free HD porn videos".to_string(),
premium: false,
favicon: "https://www.google.com/s2/favicons?sz=64&domain=pornhat.com".to_string(),
status: "active".to_string(),