mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Incoming bubbles have sender's color background
// FREEBIE
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
}
|
||||
},
|
||||
render: function() {
|
||||
var contact = this.model.getContact();
|
||||
var contact = this.model.isIncoming() ? this.model.getContact() : null;
|
||||
this.$el.html(
|
||||
Mustache.render(_.result(this, 'template', ''), {
|
||||
message: this.model.get('body'),
|
||||
|
||||
Reference in New Issue
Block a user