diff --git a/lib/topic_query.rb b/lib/topic_query.rb index 366d3affc0a..02160c3b0e9 100644 --- a/lib/topic_query.rb +++ b/lib/topic_query.rb @@ -32,7 +32,7 @@ class TopicQuery 'likes' => 'like_count', 'views' => 'views', 'posts' => 'posts_count', - 'activity' => 'created_at', + 'activity' => 'bumped_at', 'posters' => 'participant_count', 'category' => 'category_id' }