@ -1037,8 +1037,7 @@
"description": "Placeholder text in the message entry field"
},
"secondaryDeviceDefaultFR": {
"message":
"Please accept to enable messages to be synced across devices",
"message": "Please accept to enable messages to be synced across devices",
"description":
"Placeholder text in the message entry field when it is disabled because a secondary device conversation is visible"
@ -307,7 +307,10 @@
// Ensure accounts created prior to 1.0.0-beta8 do have their
// 'primaryDevicePubKey' defined.
if (Whisper.Registration.isDone() && !storage.get('primaryDevicePubKey', null)) {
if (
Whisper.Registration.isDone() &&
!storage.get('primaryDevicePubKey', null)
) {
storage.put('primaryDevicePubKey', textsecure.storage.user.getNumber());
}
@ -801,7 +801,7 @@
const isFromMe = contact ? contact.id === this.OUR_NUMBER : false;
const onClick = noClick
? null
: (event) => {
: event => {
event.stopPropagation();
this.trigger('scroll-to-message', {
author,