ConversationView: Call forceSend with proper signature

This commit is contained in:
Scott Nonnenberg 2021-07-16 14:27:48 -07:00 committed by GitHub
parent acd8122c48
commit f14c426170
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);