Skip to content

Commit

Permalink
squash: Drop extra hide lobby screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Nov 4, 2024
1 parent a961969 commit 64ddbfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions react/features/lobby/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,6 @@ function _conferenceFailed({ dispatch, getState }: IStore, next: Function, actio
descriptionKey: 'lobby.joinRejectedMessage'
}, NOTIFICATION_TIMEOUT_TYPE.STICKY)
);
} else {
dispatch(hideLobbyScreen());
}

return next(action);
Expand Down

0 comments on commit 64ddbfb

Please sign in to comment.