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 shrink="No">
|
||||
{isDirectMessage() && (
|
||||
{false && isDirectMessage() && (
|
||||
<TooltipProvider
|
||||
position="Bottom"
|
||||
align="End"
|
||||
|
||||
Reference in New Issue
Block a user