Copy quoted message contents into quote on receipt
Also: - visually distinguish any reference we couldn't verify on receipt - show toast on quote click if we can't scroll to message - toast visuals redesigned to match rest of app
This commit is contained in:
parent
a247ffe5cf
commit
fedfbed304
15 changed files with 468 additions and 336 deletions
|
@ -206,7 +206,7 @@ exports._mapQuotedAttachments = upgradeAttachment => async (
|
|||
return attachment;
|
||||
}
|
||||
|
||||
if (!thumbnail.data) {
|
||||
if (!thumbnail.data && !thumbnail.path) {
|
||||
logger.warn('Quoted attachment did not have thumbnail data; removing it');
|
||||
return omit(attachment, ['thumbnail']);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue