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