Alphabetize Message
properties
This commit is contained in:
parent
307ab0d3a5
commit
3df8c22e44
1 changed files with 4 additions and 4 deletions
|
@ -561,14 +561,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
message.set({
|
message.set({
|
||||||
schemaVersion: dataMessage.schemaVersion,
|
attachments: dataMessage.attachments,
|
||||||
body: dataMessage.body,
|
body: dataMessage.body,
|
||||||
conversationId: conversation.id,
|
conversationId: conversation.id,
|
||||||
attachments: dataMessage.attachments,
|
|
||||||
quote: dataMessage.quote,
|
|
||||||
decrypted_at: now,
|
decrypted_at: now,
|
||||||
flags: dataMessage.flags,
|
|
||||||
errors: [],
|
errors: [],
|
||||||
|
flags: dataMessage.flags,
|
||||||
|
quote: dataMessage.quote,
|
||||||
|
schemaVersion: dataMessage.schemaVersion,
|
||||||
});
|
});
|
||||||
if (type === 'outgoing') {
|
if (type === 'outgoing') {
|
||||||
const receipts = Whisper.DeliveryReceipts.forMessage(conversation, message);
|
const receipts = Whisper.DeliveryReceipts.forMessage(conversation, message);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue