mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-14 00:50:14 -04:00
Sorting by activity now sorts on created_at
rather than bumped_at
This commit is contained in:
parent
b98456a65f
commit
8f0a0059cc
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class TopicQuery
|
|||
'likes' => 'like_count',
|
||||
'views' => 'views',
|
||||
'posts' => 'posts_count',
|
||||
'activity' => 'bumped_at',
|
||||
'activity' => 'created_at',
|
||||
'posters' => 'participant_count',
|
||||
'category' => 'category_id'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue