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:
Scott Nonnenberg 2018-04-10 15:09:29 -07:00
parent e69586200a
commit 054d3887a1
No known key found for this signature in database
GPG key ID: 5F82280C35134661
4 changed files with 129 additions and 6 deletions

View file

@ -447,6 +447,7 @@
body : dataMessage.body,
conversationId : conversation.id,
attachments : dataMessage.attachments,
quote : dataMessage.quote,
decrypted_at : now,
flags : dataMessage.flags,
errors : []