Fix inbox comparator
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
window.inbox = new Whisper.ConversationCollection([], {
|
||||
comparator: function(model) {
|
||||
return -model.active_at;
|
||||
return -model.get('active_at');
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user