mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-23 11:49:59 +00:00
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