own-message
This commit is contained in:
@@ -123,6 +123,9 @@ pub async fn is_fitting(
|
||||
// check all authors subscribers
|
||||
Ok(true)
|
||||
}
|
||||
"new_messa" => {
|
||||
println!("own message passed");
|
||||
},
|
||||
_ => {
|
||||
eprintln!("unknown payload kind");
|
||||
eprintln!("{:?}", payload);
|
||||
|
Reference in New Issue
Block a user