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:
Scott Nonnenberg 2019-06-10 14:40:02 -07:00 committed by Ken Powers
parent dd98477479
commit 9fd867fdd1
13 changed files with 355 additions and 24 deletions

View file

@ -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>