commented out erothots
This commit is contained in:
22
src/api.rs
22
src/api.rs
@@ -249,17 +249,17 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
|
||||
],
|
||||
nsfw: true,
|
||||
});
|
||||
status.add_channel(Channel {
|
||||
id: "erothots".to_string(),
|
||||
name: "Erothots".to_string(),
|
||||
description: "Free Onlyfans Content".to_string(),
|
||||
premium: false,
|
||||
favicon: "https://www.google.com/s2/favicons?sz=64&domain=erothots.co".to_string(),
|
||||
status: "active".to_string(),
|
||||
categories: vec![],
|
||||
options: vec![],
|
||||
nsfw: true,
|
||||
});
|
||||
// status.add_channel(Channel {
|
||||
// id: "erothots".to_string(),
|
||||
// name: "Erothots".to_string(),
|
||||
// description: "Free Onlyfans Content".to_string(),
|
||||
// premium: false,
|
||||
// favicon: "https://www.google.com/s2/favicons?sz=64&domain=erothots.co".to_string(),
|
||||
// status: "active".to_string(),
|
||||
// categories: vec![],
|
||||
// options: vec![],
|
||||
// nsfw: true,
|
||||
// });
|
||||
status.add_channel(Channel {
|
||||
id: "spankbang".to_string(),
|
||||
name: "Work in Progress - SpankBang".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user