mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 07:20:29 +03:00
Disable DM calling button for now (not implemented properly yet)
This commit is contained in:
parent
6691467545
commit
39d4eedb75
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ export function RoomViewHeader() {
|
|||
</Box>
|
||||
)) || (
|
||||
<Box shrink="No">
|
||||
{isDirectMessage() && (
|
||||
{false && isDirectMessage() && (
|
||||
<TooltipProvider
|
||||
position="Bottom"
|
||||
align="End"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue