Исправлена возможность позвонить в системный аккаунт
This commit is contained in:
@@ -135,7 +135,7 @@ export function ChatHeader() {
|
||||
</Flex>
|
||||
</Flex>
|
||||
<Flex h={'100%'} align={'center'} gap={'sm'}>
|
||||
{publicKey != opponent.publicKey && (
|
||||
{publicKey != opponent.publicKey && !isSystemAccount && (
|
||||
<IconPhone
|
||||
onClick={() => call(dialog)}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user