Show error popups on some server errors
This commit is contained in:
parent
ab36df3c2b
commit
5d5f55107a
7 changed files with 91 additions and 38 deletions
|
|
@ -311,7 +311,7 @@ impl Ui {
|
|||
}
|
||||
|
||||
async fn handle_euph_room_event(&mut self, name: String, event: EuphRoomEvent) -> bool {
|
||||
// TODO Redirect this to the euph room
|
||||
true
|
||||
let handled = self.rooms.handle_euph_room_event(name, event);
|
||||
handled && self.mode == Mode::Main
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue