mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Upgrade Prettier to 2.4.1
This commit is contained in:
@@ -430,7 +430,8 @@ export default class OutgoingMessage {
|
||||
);
|
||||
}
|
||||
|
||||
const destinationRegistrationId = activeSession.remoteRegistrationId();
|
||||
const destinationRegistrationId =
|
||||
activeSession.remoteRegistrationId();
|
||||
|
||||
if (sealedSender && senderCertificate) {
|
||||
const ciphertextMessage = await this.getCiphertextMessage({
|
||||
@@ -673,9 +674,8 @@ export default class OutgoingMessage {
|
||||
messaging: window.textsecure.messaging,
|
||||
});
|
||||
|
||||
const uuid = window.ConversationController.get(identifier)?.get(
|
||||
'uuid'
|
||||
);
|
||||
const uuid =
|
||||
window.ConversationController.get(identifier)?.get('uuid');
|
||||
if (!uuid) {
|
||||
throw new UnregisteredUserError(
|
||||
identifier,
|
||||
|
||||
Reference in New Issue
Block a user