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
|
// porn00
|
||||||
status.add_channel(Channel {
|
// status.add_channel(Channel {
|
||||||
id: "noodlemagazine".to_string(),
|
// id: "noodlemagazine".to_string(),
|
||||||
name: "Noodlemagazine".to_string(),
|
// name: "Noodlemagazine".to_string(),
|
||||||
description: "Discover the Best Adult Videos".to_string(),
|
// description: "Discover the Best Adult Videos".to_string(),
|
||||||
premium: false,
|
// premium: false,
|
||||||
favicon: "https://www.google.com/s2/favicons?sz=64&domain=noodlemagazine.com".to_string(),
|
// favicon: "https://www.google.com/s2/favicons?sz=64&domain=noodlemagazine.com".to_string(),
|
||||||
status: "active".to_string(),
|
// status: "active".to_string(),
|
||||||
categories: vec![],
|
// categories: vec![],
|
||||||
options: vec![],
|
// options: vec![],
|
||||||
nsfw: true,
|
// nsfw: true,
|
||||||
});
|
// });
|
||||||
|
|
||||||
//missav
|
//missav
|
||||||
status.add_channel(Channel {
|
status.add_channel(Channel {
|
||||||
|
|||||||
Reference in New Issue
Block a user