decomissiond hottub version
This commit is contained in:
@@ -920,7 +920,7 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
|
||||
cacheDuration: None,
|
||||
});
|
||||
|
||||
if clientversion >= ClientVersion::new(22, 105, "22i".to_string()) {
|
||||
// if clientversion >= ClientVersion::new(22, 105, "22i".to_string()) {
|
||||
//sxyprn
|
||||
status.add_channel(Channel {
|
||||
id: "sxyprn".to_string(),
|
||||
@@ -983,7 +983,7 @@ async fn status(req: HttpRequest) -> Result<impl web::Responder, web::Error> {
|
||||
nsfw: true,
|
||||
cacheDuration: Some(1800),
|
||||
});
|
||||
}
|
||||
// }
|
||||
|
||||
for provider in ALL_PROVIDERS.values() {
|
||||
if let Some(channel) = provider.get_channel(clientversion.clone()){
|
||||
|
||||
Reference in New Issue
Block a user