Show all contacts all the time
Contacts without conversation identity appear in alphabetical order at the end of the inbox. // FREEBIE
This commit is contained in:
parent
b4960b29d8
commit
760bfffb50
5 changed files with 69 additions and 18 deletions
|
@ -14,7 +14,8 @@
|
|||
if (conversation.get('active_at')) {
|
||||
$el.prependTo(this.el);
|
||||
} else {
|
||||
$el.remove();
|
||||
var index = getInboxCollection().indexOf(conversation);
|
||||
$el.insertBefore(this.$('.conversation-list-item')[index+1]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue