parent
5246698541
commit
bbd611b189
1 changed files with 1 additions and 1 deletions
|
@ -3621,7 +3621,7 @@ Whisper.ConversationView = Whisper.View.extend({
|
||||||
|
|
||||||
const contact = this.quotedMessage.getContact();
|
const contact = this.quotedMessage.getContact();
|
||||||
if (contact) {
|
if (contact) {
|
||||||
this.listenTo(contact, 'change', this.renderQuotedMessage);
|
this.listenTo(contact, 'change', this.renderQuotedMesage);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.quoteView = new Whisper.ReactWrapperView({
|
this.quoteView = new Whisper.ReactWrapperView({
|
||||||
|
|
Loading…
Reference in a new issue