fix-condition2
This commit is contained in:
parent
2b8d4469ab
commit
dccfe81541
|
@ -128,11 +128,6 @@ pub async fn is_fitting(
|
||||||
// check all authors subscribers
|
// check all authors subscribers
|
||||||
Ok(true)
|
Ok(true)
|
||||||
}
|
}
|
||||||
"new_messa" => {
|
|
||||||
// payload is Message, kind is "new_message"
|
|
||||||
|
|
||||||
Ok(true)
|
|
||||||
}
|
|
||||||
_ => {
|
_ => {
|
||||||
eprintln!("unknown payload kind");
|
eprintln!("unknown payload kind");
|
||||||
eprintln!("{:?}", payload);
|
eprintln!("{:?}", payload);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user