exclude noodlemagazine until impersonate runs
This commit is contained in:
22
src/api.rs
22
src/api.rs
@@ -758,17 +758,17 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
|
||||
});
|
||||
|
||||
// porn00
|
||||
status.add_channel(Channel {
|
||||
id: "noodlemagazine".to_string(),
|
||||
name: "Noodlemagazine".to_string(),
|
||||
description: "Discover the Best Adult Videos".to_string(),
|
||||
premium: false,
|
||||
favicon: "https://www.google.com/s2/favicons?sz=64&domain=noodlemagazine.com".to_string(),
|
||||
status: "active".to_string(),
|
||||
categories: vec![],
|
||||
options: vec![],
|
||||
nsfw: true,
|
||||
});
|
||||
// status.add_channel(Channel {
|
||||
// id: "noodlemagazine".to_string(),
|
||||
// name: "Noodlemagazine".to_string(),
|
||||
// description: "Discover the Best Adult Videos".to_string(),
|
||||
// premium: false,
|
||||
// favicon: "https://www.google.com/s2/favicons?sz=64&domain=noodlemagazine.com".to_string(),
|
||||
// status: "active".to_string(),
|
||||
// categories: vec![],
|
||||
// options: vec![],
|
||||
// nsfw: true,
|
||||
// });
|
||||
|
||||
//missav
|
||||
status.add_channel(Channel {
|
||||
|
||||
Reference in New Issue
Block a user