Disable DM calling button for now (not implemented properly yet)

This commit is contained in:
GigiaJ
2025-04-22 22:30:48 -04:00
parent 6691467545
commit 39d4eedb75

View File

@@ -361,7 +361,7 @@ export function RoomViewHeader() {
</Box> </Box>
)) || ( )) || (
<Box shrink="No"> <Box shrink="No">
{isDirectMessage() && ( {false && isDirectMessage() && (
<TooltipProvider <TooltipProvider
position="Bottom" position="Bottom"
align="End" align="End"