Skip to content

Commit

Permalink
Revert "Fix typo in method name"
Browse files Browse the repository at this point in the history
This reverts commit 95baa3e, as it was
causing significant performance issues.
  • Loading branch information
EvanHahn-Signal committed May 21, 2021
1 parent 5fea16f commit fb879ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/views/conversation_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3625,7 +3625,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({
Expand Down

0 comments on commit fb879ce

Please sign in to comment.