pull/1110/head
Audric Ackermann 5 years ago
parent f46c885fdf
commit eb894a9b66
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -1046,7 +1046,8 @@
window.libloki.api.sendBackgroundMessage(
this.id,
window.textsecure.OutgoingMessage.DebugMessageType
.INCOMING_FR_ACCEPTED);
.INCOMING_FR_ACCEPTED
);
}
},
// Our outgoing friend request has been accepted

@ -637,8 +637,10 @@ OutgoingMessage.prototype = {
} = outgoingObject;
try {
const socketMessage = wrapInWebsocketMessage(outgoingObject,
this.timestamp);
const socketMessage = wrapInWebsocketMessage(
outgoingObject,
this.timestamp
);
await this.transmitMessage(
destination,
socketMessage,

@ -399,7 +399,6 @@ MessageSender.prototype = {
);
}
const ourNumber = textsecure.storage.user.getNumber();
// Check wether we have the keys to start a session with the user

@ -834,6 +834,7 @@ export class RegistrationTabs extends React.Component<{}, State> {
type: 'error',
id: 'pairingOngoing',
});
return;
}
this.setState({

Loading…
Cancel
Save