ConversationView: Call forceSend with proper signature
This commit is contained in:
parent
acd8122c48
commit
f14c426170
1 changed files with 1 additions and 1 deletions
|
@ -823,7 +823,7 @@ Whisper.ConversationView = Whisper.View.extend({
|
|||
this.downloadNewVersion();
|
||||
};
|
||||
const sendAnyway = (contactId: string, messageId: string) => {
|
||||
this.forceSend(contactId, messageId);
|
||||
this.forceSend({ contactId, messageId });
|
||||
};
|
||||
const showSafetyNumber = (contactId: string) => {
|
||||
this.showSafetyNumber(contactId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue