mirror of
https://github.com/discourse/discourse.git
synced 2025-04-19 22:09:04 +08: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',
|
||||
'views' => 'views',
|
||||
'posts' => 'posts_count',
|
||||
'activity' => 'bumped_at',
|
||||
'activity' => 'created_at',
|
||||
'posters' => 'participant_count',
|
||||
'category' => 'category_id'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user