Support new 'requiredProtocolVersion' in DataMessage
* Add new requiredProtocolVersion field to DataMessage * Message.requiredProtocolVersion, warning if version mot supported * Update strings; limit width; new left pane preview text
This commit is contained in:
parent
dd98477479
commit
9fd867fdd1
13 changed files with 355 additions and 24 deletions
|
@ -50,7 +50,7 @@ export class SafetyNumberNotification extends React.Component<Props> {
|
|||
name={contact.name}
|
||||
profileName={contact.profileName}
|
||||
phoneNumber={contact.phoneNumber}
|
||||
module="module-verification-notification__contact"
|
||||
module="module-safety-number-notification__contact"
|
||||
/>
|
||||
</span>,
|
||||
]}
|
||||
|
@ -62,7 +62,7 @@ export class SafetyNumberNotification extends React.Component<Props> {
|
|||
onClick={() => {
|
||||
showIdentity(contact.id);
|
||||
}}
|
||||
className="module-verification-notification__button"
|
||||
className="module-safety-number-notification__button"
|
||||
>
|
||||
{i18n('verifyNewNumber')}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue