From e87e11494a1b24ff8f92ceaa21f9d19a43039607 Mon Sep 17 00:00:00 2001 From: Reinaldo Neto Date: Thu, 19 Jan 2023 21:58:33 -0300 Subject: [PATCH] [FIX] Show Join button in threads belong to a room not joined --- app/views/RoomView/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/RoomView/index.tsx b/app/views/RoomView/index.tsx index 0e6f2d4ec..1e4bcd9dd 100644 --- a/app/views/RoomView/index.tsx +++ b/app/views/RoomView/index.tsx @@ -1425,7 +1425,7 @@ class RoomView extends React.Component { ); } - if (!joined && !this.tmid) { + if (!joined) { return (