mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Sorting by activity now sorts on created_at
rather than bumped_at
This commit is contained in:
parent
b98456a65f
commit
8f0a0059cc
@ -24,7 +24,7 @@ class TopicQuery
|
|||||||
'likes' => 'like_count',
|
'likes' => 'like_count',
|
||||||
'views' => 'views',
|
'views' => 'views',
|
||||||
'posts' => 'posts_count',
|
'posts' => 'posts_count',
|
||||||
'activity' => 'bumped_at',
|
'activity' => 'created_at',
|
||||||
'posters' => 'participant_count',
|
'posters' => 'participant_count',
|
||||||
'category' => 'category_id'
|
'category' => 'category_id'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user