remove all other "as expected"

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-02-20 16:12:11 +08:00
parent ba7ac43d81
commit 1af71cc5f3
34 changed files with 1 additions and 35 deletions

View File

@@ -2212,8 +2212,7 @@ pub fn check_if_retry(msgtype: &str, title: &str, text: &str, retry_for_relay: b
&& !text.to_lowercase().contains("resolve")
&& !text.to_lowercase().contains("mismatch")
&& !text.to_lowercase().contains("manually")
&& !text.to_lowercase().contains("not allowed")
&& !text.to_lowercase().contains("as expected")))
&& !text.to_lowercase().contains("not allowed")))
}
#[inline]