use a proper function for this instead of checking 200

Signed-off-by: girlbossceo <june@girlboss.ceo>
This commit is contained in:
girlbossceo 2023-10-28 22:36:47 -04:00
parent 9bb1dca5f1
commit 64084fb2d0
3 changed files with 4 additions and 4 deletions

View file

@ -79,7 +79,7 @@ where
Vec::new().into()
}); // TODO: handle timeout
if status != 200 {
if !status.is_success() {
warn!(
"Appservice returned bad response {} {}\n{}\n{:?}",
destination,