Quotes: The full pipeline into the database
1. MessageReceiver always pulls down thumbnails included in quotes 2. Message.upgradeSchema has a new schema that puts all thumbnails on disk just like happens with full attachments. 3. handleDataMessage pipes quote from dataMessage into the final message destined for the database
This commit is contained in:
parent
e69586200a
commit
054d3887a1
4 changed files with 129 additions and 6 deletions
|
@ -447,6 +447,7 @@
|
|||
body : dataMessage.body,
|
||||
conversationId : conversation.id,
|
||||
attachments : dataMessage.attachments,
|
||||
quote : dataMessage.quote,
|
||||
decrypted_at : now,
|
||||
flags : dataMessage.flags,
|
||||
errors : []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue