Fix wrong contact in some timer updates
Mistakenly showed 'You' for timer updates inferred from incoming messages.
This commit is contained in:
parent
73e69fe5eb
commit
4ee2652367
2 changed files with 12 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
return this.model.id;
|
||||
},
|
||||
initialize: function() {
|
||||
this.conversation = this.model.getContact();
|
||||
this.conversation = this.model.getExpirationTimerUpdateSource();
|
||||
this.listenTo(this.conversation, 'change', this.render);
|
||||
},
|
||||
render_attributes: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue