forked from github/cinny
Remove chat open icon from DMs
This commit is contained in:
@@ -341,7 +341,7 @@ export function RoomViewHeader() {
|
|||||||
)}
|
)}
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
{(room.isCallRoom() && (
|
{(room.isCallRoom() && !isDirectMessage() && (
|
||||||
<Box>
|
<Box>
|
||||||
<TooltipProvider
|
<TooltipProvider
|
||||||
position="Bottom"
|
position="Bottom"
|
||||||
|
|||||||
Reference in New Issue
Block a user