Reversed order to put newest on top (#10059)

This commit is contained in:
Keith Holliday
2018-02-28 08:17:54 -07:00
committed by GitHub
parent 5265e6d321
commit dee81ee6c9

View File

@@ -267,7 +267,7 @@ export default {
return moment(o.date).toDate();
}]);
return conversations;
return conversations.reverse();
},
filtersConversations () {
if (!this.search) return this.conversations;