Display phone number in conversation header

Fixes #436

// FREEBIE
This commit is contained in:
lilia 2015-12-03 18:21:19 -08:00
parent 0620f08a7c
commit 68f2505996
4 changed files with 22 additions and 2 deletions

View file

@ -18,6 +18,7 @@
return {
group: this.model.get('type') === 'group',
title: this.model.getTitle(),
number: this.model.getNumber(),
avatar: this.model.getAvatar()
};
},