mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Alphabetize Message properties
This commit is contained in:
@@ -561,14 +561,14 @@
|
||||
}
|
||||
}
|
||||
message.set({
|
||||
schemaVersion: dataMessage.schemaVersion,
|
||||
attachments: dataMessage.attachments,
|
||||
body: dataMessage.body,
|
||||
conversationId: conversation.id,
|
||||
attachments: dataMessage.attachments,
|
||||
quote: dataMessage.quote,
|
||||
decrypted_at: now,
|
||||
flags: dataMessage.flags,
|
||||
errors: [],
|
||||
flags: dataMessage.flags,
|
||||
quote: dataMessage.quote,
|
||||
schemaVersion: dataMessage.schemaVersion,
|
||||
});
|
||||
if (type === 'outgoing') {
|
||||
const receipts = Whisper.DeliveryReceipts.forMessage(conversation, message);
|
||||
|
||||
Reference in New Issue
Block a user