updated status page
This commit is contained in:
@@ -454,7 +454,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: "(Work in Progress) Query from all sites of this Server".to_string(),
|
description: "Query from all sites of this Server".to_string(),
|
||||||
premium: false,
|
premium: false,
|
||||||
favicon: "https://hottub.spacemoehre.de/favicon.ico".to_string(),
|
favicon: "https://hottub.spacemoehre.de/favicon.ico".to_string(),
|
||||||
status: "active".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 {
|
status.add_channel(Channel {
|
||||||
id: "pornhat".to_string(),
|
id: "pornhat".to_string(),
|
||||||
name: "Pornhat".to_string(),
|
name: "Pornhat".to_string(),
|
||||||
description: "Tons of HD porno movies".to_string(),
|
description: "free HD porn videos".to_string(),
|
||||||
premium: false,
|
premium: false,
|
||||||
favicon: "https://www.google.com/s2/favicons?sz=64&domain=pornhat.com".to_string(),
|
favicon: "https://www.google.com/s2/favicons?sz=64&domain=pornhat.com".to_string(),
|
||||||
status: "active".to_string(),
|
status: "active".to_string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user