Add call status to bottom of DMs

This commit is contained in:
GigiaJ 2025-04-21 01:38:52 -04:00
parent 6ad8b477d1
commit 7ebf26e34b

View file

@ -50,6 +50,7 @@ import {
getRoomNotificationMode,
useRoomsNotificationPreferencesContext,
} from '../../../hooks/useRoomsNotificationPreferences';
import { CallNavBottom } from '../../call/CallNavBottom';
type DirectMenuProps = {
requestClose: () => void;
@ -269,6 +270,7 @@ export function Direct() {
</Box>
</PageNavContent>
)}
<CallNavBottom />
</PageNav>
);
}