Fix reply to message w/attachment, dark theme quoted attachment
This commit is contained in:
parent
675e34fc8d
commit
60f61c804b
2 changed files with 3 additions and 3 deletions
|
@ -583,7 +583,7 @@
|
|||
}
|
||||
};
|
||||
|
||||
const firstAttachment = quote.attachments && quote.attachments[1];
|
||||
const firstAttachment = quote.attachments && quote.attachments[0];
|
||||
|
||||
return {
|
||||
text: this.createNonBreakingLastSeparator(quote.text),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue