diff --git a/ts/views/conversation_view.ts b/ts/views/conversation_view.ts index e5a69978f1..ae8d20e0da 100644 --- a/ts/views/conversation_view.ts +++ b/ts/views/conversation_view.ts @@ -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);