xmpp: hello_bot: add catchall for Event
Masks HTTPUploadedFile which is useless here as we don't call the upload method. Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
c8d7602bd4
commit
a15a028383
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ async fn main() -> Result<(), Option<()>> {
|
||||||
Event::AvatarRetrieved(jid, path) => {
|
Event::AvatarRetrieved(jid, path) => {
|
||||||
println!("Received avatar for {} in {}.", jid, path);
|
println!("Received avatar for {} in {}.", jid, path);
|
||||||
}
|
}
|
||||||
|
_ => (),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue