perverzija bugfix
This commit is contained in:
@@ -173,7 +173,6 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
|
||||
nsfw: true,
|
||||
cacheDuration: Some(1800),
|
||||
});
|
||||
if clientversion >= ClientVersion::new(22, 97, "22a".to_string()) {
|
||||
// perverzija
|
||||
status.add_channel(Channel {
|
||||
id: "perverzija".to_string(),
|
||||
@@ -243,7 +242,6 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
|
||||
nsfw: true,
|
||||
cacheDuration: None,
|
||||
});
|
||||
}
|
||||
|
||||
// pornzog
|
||||
status.add_channel(Channel {
|
||||
|
||||
Reference in New Issue
Block a user