[FIX] Show Join button in threads belong to a room not joined
This commit is contained in:
parent
4de7c83e80
commit
e87e11494a
|
@ -1425,7 +1425,7 @@ class RoomView extends React.Component<IRoomViewProps, IRoomViewState> {
|
|||
</View>
|
||||
);
|
||||
}
|
||||
if (!joined && !this.tmid) {
|
||||
if (!joined) {
|
||||
return (
|
||||
<View style={styles.joinRoomContainer} key='room-view-join' testID='room-view-join'>
|
||||
<Text
|
||||
|
|
Loading…
Reference in New Issue