forked from github/cinny
Disable DM calling button for now (not implemented properly yet)
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user