|
|
@ -843,7 +843,7 @@ class CompositionBoxInner extends React.Component<Props, State> {
|
|
|
|
// this does not call call removeAllStagedAttachmentsInConvers
|
|
|
|
// this does not call call removeAllStagedAttachmentsInConvers
|
|
|
|
const { attachments, previews } = await this.getFiles(linkPreview);
|
|
|
|
const { attachments, previews } = await this.getFiles(linkPreview);
|
|
|
|
this.props.sendMessage({
|
|
|
|
this.props.sendMessage({
|
|
|
|
body: messagePlaintext,
|
|
|
|
body: messagePlaintext.trim(),
|
|
|
|
attachments: attachments || [],
|
|
|
|
attachments: attachments || [],
|
|
|
|
quote: extractedQuotedMessageProps,
|
|
|
|
quote: extractedQuotedMessageProps,
|
|
|
|
preview: previews,
|
|
|
|
preview: previews,
|
|
|
|