Commit b17d4dce authored by csillag's avatar csillag

Set the default sort to , as requested in #1231.

parent 5fc45562
......@@ -217,7 +217,7 @@ class App
$rootScope.searchPredicate = 'message.target[0].pos.top'
$rootScope.reverse = false
$rootScope.applySort "Newest"
$rootScope.applySort "Location"
# Clean up the searchbar
$scope.leaveSearch = =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment