fix-condition2

This commit is contained in:
Untone 2023-10-16 17:05:03 +03:00
parent 2b8d4469ab
commit dccfe81541

View File

@ -128,11 +128,6 @@ pub async fn is_fitting(
// check all authors subscribers
Ok(true)
}
"new_messa" => {
// payload is Message, kind is "new_message"
Ok(true)
}
_ => {
eprintln!("unknown payload kind");
eprintln!("{:?}", payload);