mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 17:38:10 +01:00
Full pipeline to send quotes, including thumbnail upload
This commit is contained in:
@@ -1157,13 +1157,13 @@
|
||||
}
|
||||
|
||||
const attachments = await this.fileInput.getFiles();
|
||||
|
||||
const sendDelta = Date.now() - this.sendStart;
|
||||
console.log('Send pre-checks took', sendDelta, 'milliseconds');
|
||||
|
||||
this.model.sendMessage(message, attachments);
|
||||
this.model.sendMessage(message, attachments, this.quote);
|
||||
|
||||
input.val('');
|
||||
this.setQuoteMessage(null);
|
||||
this.focusMessageFieldAndClearDisabled();
|
||||
this.forceUpdateMessageFieldSize(e);
|
||||
this.fileInput.deleteFiles();
|
||||
|
||||
Reference in New Issue
Block a user