Update euphoxide

This commit is contained in:
Joscha 2023-04-08 20:09:18 +02:00
parent 847af34ceb
commit 8c4a966451
4 changed files with 6 additions and 3 deletions

View file

@ -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(())
}
}