From 95baa3e02e108986ac34643f7f15ac540c95ebdb Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 13 May 2021 10:45:52 -0500 Subject: [PATCH] Fix typo in method name See [#5233][0]. [0]: https://github.com/signalapp/Signal-Desktop/pull/5233 --- ts/views/conversation_view.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/views/conversation_view.ts b/ts/views/conversation_view.ts index eaf94682b..2f97888d1 100644 --- a/ts/views/conversation_view.ts +++ b/ts/views/conversation_view.ts @@ -3625,7 +3625,7 @@ Whisper.ConversationView = Whisper.View.extend({ const contact = this.quotedMessage.getContact(); if (contact) { - this.listenTo(contact, 'change', this.renderQuotedMesage); + this.listenTo(contact, 'change', this.renderQuotedMessage); } this.quoteView = new Whisper.ReactWrapperView({