Display unreadCount badges in conversation list
// FREEBIE
This commit is contained in:
parent
f860278b89
commit
16dc7abe69
5 changed files with 37 additions and 1 deletions
|
@ -38,7 +38,8 @@
|
|||
last_message: this.model.get('lastMessage'),
|
||||
last_message_timestamp: moment(this.model.get('timestamp')).format('MMM D'),
|
||||
number: this.model.getNumber(),
|
||||
avatar: this.model.getAvatar()
|
||||
avatar: this.model.getAvatar(),
|
||||
unreadCount: this.model.get('unreadCount')
|
||||
}, this.render_partials())
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue