diff --git a/js/models/conversations.js b/js/models/conversations.js index c5c3a4cb9f..03182f3c8c 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -1250,7 +1250,7 @@ // If we already have a quoted message, then we exit early. If we don't have it, // then we'll continue to look again for an in-memory message to use. Why? This // will enable us to scroll to it when the user clicks. - if (messages.quotedMessage) { + if (message.quotedMessage) { return; }