From bbd611b1895d8f6e9640f9802c72ecb35e528790 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Fri, 21 May 2021 14:27:17 -0700 Subject: [PATCH] Revert "Fix typo in method name" This reverts commit 95baa3e02e108986ac34643f7f15ac540c95ebdb. --- 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 d7b80f6d69..22905eb751 100644 --- a/ts/views/conversation_view.ts +++ b/ts/views/conversation_view.ts @@ -3621,7 +3621,7 @@ Whisper.ConversationView = Whisper.View.extend({ const contact = this.quotedMessage.getContact(); if (contact) { - this.listenTo(contact, 'change', this.renderQuotedMessage); + this.listenTo(contact, 'change', this.renderQuotedMesage); } this.quoteView = new Whisper.ReactWrapperView({