We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bf56f commit 3fa8a51Copy full SHA for 3fa8a51
src/app.rs
@@ -303,7 +303,7 @@ impl MatchEvent for App {
303
}
304
Some(AppStateAction::UpgradedInviteToJoinedRoom(room_id)) => {
305
if let Some(selected_room) = self.app_state.selected_room.as_mut() {
306
- let did_upgrade = selected_room.upgrade_invite_to_joined(&room_id);
+ let did_upgrade = selected_room.upgrade_invite_to_joined(room_id);
307
// Updating the AppState's selected room and issuing a redraw
308
// will cause the MainMobileUI to redraw the newly-joined room.
309
if did_upgrade {
0 commit comments