fix-condition2
This commit is contained in:
parent
2b8d4469ab
commit
dccfe81541
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user