Update euphoxide
This commit is contained in:
parent
847af34ceb
commit
8c4a966451
4 changed files with 6 additions and 3 deletions
|
|
@ -316,7 +316,7 @@ impl Room {
|
|||
}
|
||||
|
||||
pub fn logout(&self) -> Result<(), Error> {
|
||||
self.conn_tx()?.send_only(Logout);
|
||||
self.conn_tx()?.send_only(Logout {});
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue