Фикс звонков самому себе
This commit is contained in:
@@ -135,11 +135,13 @@ export function ChatHeader() {
|
|||||||
</Flex>
|
</Flex>
|
||||||
</Flex>
|
</Flex>
|
||||||
<Flex h={'100%'} align={'center'} gap={'sm'}>
|
<Flex h={'100%'} align={'center'} gap={'sm'}>
|
||||||
<IconPhone
|
{publicKey != opponent.publicKey && (
|
||||||
|
<IconPhone
|
||||||
onClick={() => call(dialog)}
|
onClick={() => call(dialog)}
|
||||||
style={{
|
style={{
|
||||||
cursor: 'pointer'
|
cursor: 'pointer'
|
||||||
}} stroke={1.5} color={theme.colors.blue[7]} size={24}></IconPhone>
|
}} stroke={1.5} color={theme.colors.blue[7]} size={24}></IconPhone>
|
||||||
|
)}
|
||||||
<IconTrashX
|
<IconTrashX
|
||||||
onClick={onClickClearMessages}
|
onClick={onClickClearMessages}
|
||||||
style={{
|
style={{
|
||||||
|
|||||||
Reference in New Issue
Block a user