[FIX] Show Join button in threads belong to a room not joined

This commit is contained in:
Reinaldo Neto 2023-01-19 21:58:33 -03:00 committed by Diego Mello
parent 4de7c83e80
commit e87e11494a
1 changed files with 1 additions and 1 deletions

View File

@ -1425,7 +1425,7 @@ class RoomView extends React.Component<IRoomViewProps, IRoomViewState> {
</View> </View>
); );
} }
if (!joined && !this.tmid) { if (!joined) {
return ( return (
<View style={styles.joinRoomContainer} key='room-view-join' testID='room-view-join'> <View style={styles.joinRoomContainer} key='room-view-join' testID='room-view-join'>
<Text <Text