mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Show challenge when requested by server
This commit is contained in:
@@ -32,6 +32,7 @@ export type PropsType = {
|
||||
isMe?: boolean;
|
||||
name?: string;
|
||||
color?: ColorType;
|
||||
disabled?: boolean;
|
||||
isVerified?: boolean;
|
||||
profileName?: string;
|
||||
title: string;
|
||||
@@ -339,6 +340,7 @@ export class MainHeader extends React.Component<PropsType, StateType> {
|
||||
const {
|
||||
avatarPath,
|
||||
color,
|
||||
disabled,
|
||||
i18n,
|
||||
name,
|
||||
startComposing,
|
||||
@@ -437,6 +439,7 @@ export class MainHeader extends React.Component<PropsType, StateType> {
|
||||
/>
|
||||
)}
|
||||
<input
|
||||
disabled={disabled}
|
||||
type="text"
|
||||
ref={this.inputRef}
|
||||
className={classNames(
|
||||
|
||||
Reference in New Issue
Block a user