mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
ConversationView: Call forceSend with proper signature
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user