don't internal error msg spam

This commit is contained in:
ntr 2019-10-18 16:08:05 +11:00
parent 65bc2ac729
commit c0be03f0e3

View File

@ -310,7 +310,7 @@ impl Events {
.ok_or(format_err!("connection not found id={:?}", id))?; .ok_or(format_err!("connection not found id={:?}", id))?;
if c.chat.is_some() { if c.chat.is_some() {
return Err(err_msg("you must wait")); return Ok(());
} }
c.chat = Some((instance, msg)); c.chat = Some((instance, msg));