diff --git a/src/ui/euph/room.rs b/src/ui/euph/room.rs index 9378f36..d753595 100644 --- a/src/ui/euph/room.rs +++ b/src/ui/euph/room.rs @@ -328,7 +328,7 @@ impl EuphRoom { match status.ok().flatten() { Some(Status::Joining(Joining { bounce: Some(_), .. - })) if matches!(event, key!('a') | key!('A')) => { + })) if matches!(event, key!('a')) => { self.state = State::Auth(auth::new()); true }